| Modifier and Type | Class and Description |
|---|---|
static interface |
AntStructure.StructurePrinter
Writes the actual structure information.
|
| Constructor and Description |
|---|
AntStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AntStructure.StructurePrinter p)
The StructurePrinter to use.
|
protected boolean |
areNmtokens(String[] s)
Do the Strings all match the XML-NMTOKEN production?
|
void |
execute()
Build the antstructure DTD.
|
protected boolean |
isNmtoken(String s)
Does this String match the XML-NMTOKEN production?
|
void |
setOutput(File output)
The output file.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void add(AntStructure.StructurePrinter p)
p - the printer to use.protected boolean areNmtokens(String[] s)
Otherwise they are not suitable as an enumerated attribute, for example.
s - the array of string to testpublic void execute()
throws BuildException
execute in class TaskBuildException - if the DTD cannot be written.protected boolean isNmtoken(String s)
s - the string to testpublic void setOutput(File output)
output - the output file