|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.tools.generators.AssocsDocGenerator
Class for generating HTML documentation of assocs.
Field Summary | |
private TemplateFile |
assocsTemplate
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
ATTR_QUAL_MANY_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
ATTR_QUAL_ONE_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private TemplateFile |
htmlTemplate
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
INDEX_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private static java.lang.String |
MAIN_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
MANY_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
ONE_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private de.upb.tools.fca.FHashMap |
parameter
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
PATH
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
QUAL_MANY_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
QUAL_ONE_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
SHORTCUTS_FILENAME
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
AssocsDocGenerator()
Constructor for class AssocsDocGenerator |
Method Summary | |
void |
generateHtmlFiles()
No comment provided by developer, please add a comment to improve documentation. |
void |
initParameter()
No comment provided by developer, please add a comment to improve documentation. |
static void |
main(java.lang.String[] args)
The main program for the AssocsDocGenerator class |
void |
writeFile(java.lang.String fileName,
java.lang.String content)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final transient org.apache.log4j.Logger log
private TemplateFile assocsTemplate
private TemplateFile htmlTemplate
private de.upb.tools.fca.FHashMap parameter
private static java.lang.String PATH
private static java.lang.String INDEX_FILENAME
private static java.lang.String SHORTCUTS_FILENAME
private static java.lang.String MAIN_FILENAME
private static java.lang.String ONE_FILENAME
private static java.lang.String MANY_FILENAME
private static java.lang.String ATTR_QUAL_ONE_FILENAME
private static java.lang.String QUAL_ONE_FILENAME
private static java.lang.String ATTR_QUAL_MANY_FILENAME
private static java.lang.String QUAL_MANY_FILENAME
Constructor Detail |
public AssocsDocGenerator()
Method Detail |
public void initParameter()
public void generateHtmlFiles()
public void writeFile(java.lang.String fileName, java.lang.String content)
fileName
- No description providedcontent
- No description providedpublic static void main(java.lang.String[] args)
args
- The command line arguments
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |