Package eu.bandm.tools.umod
Class UMod2Html
java.lang.Object
eu.bandm.tools.umod.UMod2Html
Pretty printer for UMod.
For HTML-Generation see
HtmlRenderer.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringPrefix to reach a class documentation file = html file.protected static final Stringprotected UMod.Forestprotected intstatic final Stringprotected List<Element_pre.Content> static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Element_aprotected Element_aGenerate an outgoing/clickable link.protected Element_aprotected voidprotected voidprotected voidprettyPrint(UMod.Forest forest, String dateAndTime, boolean monolithic) Generates HTML output likeprotected Element_spanprotected Element_spanvoidwriteToFile(UMod.Forest forest, String dateAndTime, int linewidth, boolean monolithic, File outputDir, String fname)
-
Field Details
-
path_to_stylesheet
- See Also:
-
targetDir
- See Also:
-
URL_BANDM_USER_DOC
- See Also:
-
forest
-
apidocpraefix
Prefix to reach a class documentation file = html file. Points to the parent directory, or to the html file of the top-level class, iff monolithic mode. -
linewidth
protected int linewidth -
allVisitorNums_classDefs
-
allConstructorNums_classDefs
-
allVisitorNums_visitorDefs
-
blanks
-
preItems
-
-
Constructor Details
-
UMod2Html
public UMod2Html()
-
-
Method Details
-
preItems_add
-
preItems_add
-
preItems_add
-
aRef
-
spanClass
-
spanStyle
-
aDef
-
aDef
Generate an outgoing/clickable link.- Parameters:
XXname- the name of the definition, will appear prefixed in the href.contents- what is visible in the a-element.docu- tooltip when hovering over the link element.
-
prettyPrint
Generates HTML output likeMODEL xxxx EXT xxx from yy.yy.yy EXT xxx from yy.yy.yy TOPLEVEL CLASS CCCC fff fff | CCC | CCC END MODEL -
writeToFile
public void writeToFile(UMod.Forest forest, String dateAndTime, int linewidth, boolean monolithic, File outputDir, String fname)
-