| Type | Name and description |
|---|---|
List<String> |
additionalParametersAdditional parameters passed to the compiler. |
String |
bottomHtml text to appear in the bottom text for each page. |
boolean |
deprecationGenerate deprecation information. |
String |
docTitleHtml text to appear in the main frame title. |
String |
footerHtml text to appear in the footer for each page. |
String |
headerHtml text to appear in the header for each page. |
File |
styleSheetStyle sheet to override default style. |
String |
topHtml text to appear in the top text for each page. |
boolean |
uncheckedGenerate unchecked information. |
String |
windowTitleText to appear in the window title. |
| Type | Name and description |
|---|---|
protected String |
getAntPropertyName(String fieldName) |
protected Object |
getAntPropertyValue(String fieldName, Object value) |
| Methods inherited from class | Name |
|---|---|
class AbstractOptions |
define, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
Additional parameters passed to the compiler. Each parameter must start with '-'.
Html text to appear in the bottom text for each page.
Generate deprecation information.
Html text to appear in the main frame title.
Html text to appear in the footer for each page.
Html text to appear in the header for each page.
Style sheet to override default style.
Html text to appear in the top text for each page.
Generate unchecked information.
Text to appear in the window title.