| Modifier and Type | Field and Description |
|---|---|
String |
heading
E.g.
|
String |
name
E.g.
|
String |
subdir
E.g.
|
MessageFormat |
typeHeadingMf
E.g.
|
List<AntDoclet.AntType> |
types
The ANT types that comprise the group.
|
MessageFormat |
typeTitleMf
E.g.
|
public final String subdir
"tasks"public final String name
"Task"public final String heading
"Tasks"public final MessageFormat typeTitleMf
"Task "<{0}>""public final MessageFormat typeHeadingMf
"Task &quot;<code><{0}></code>&quot;"public final List<AntDoclet.AntType> types
public AntTypeGroup(String subdir, String name, String heading, String typeTitleMf, String typeHeadingMf)
subdir - E.g. "tasks"name - E.g. "Task"; may contain inline tagsheading - E.g. "Tasks"; may contain inline tagstypeTitleMf - Must not contain any inline tags; "{0}" maps to the type nametypeHeadingMf - May contain inline tags; "{0}" maps to the type nameCopyright © 2016 Arno Unkrig. All rights reserved.