Type | Name and description |
---|---|
List<String> |
additionalParameters Additional parameters passed to the compiler. |
String |
bottom Html text to appear in the bottom text for each page. |
boolean |
deprecation Generate deprecation information. |
String |
docTitle Html text to appear in the main frame title. |
String |
footer Html text to appear in the footer for each page. |
String |
header Html text to appear in the header for each page. |
File |
styleSheet Style sheet to override default style. |
String |
top Html text to appear in the top text for each page. |
boolean |
unchecked Generate unchecked information. |
String |
windowTitle Text 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.