xdoclet.ant.modulesbuilder
public class ModulesGrandBuilderTask extends org.apache.tools.ant.Task
Constructor and Description |
---|
ModulesGrandBuilderTask() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredXMLCatalog(org.apache.tools.ant.types.XMLCatalog catalog)
add an XMLCatalog as a nested element; optional.
|
org.apache.tools.ant.types.DTDLocation |
createDTD()
Create a DTD location record; optional.
|
void |
execute() |
void |
init()
Initialize internal instance of XMLCatalog
|
void |
setTarget(java.lang.String target)
set the name of the target to be called in each of the modules' build files
|
java.util.Vector |
topoSort(java.lang.String root,
java.util.Hashtable modules) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setTarget(java.lang.String target)
target
- the target namepublic final java.util.Vector topoSort(java.lang.String root, java.util.Hashtable modules) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void addConfiguredXMLCatalog(org.apache.tools.ant.types.XMLCatalog catalog)
catalog
- The feature to be added to the ConfiguredXMLCatalog attributepublic org.apache.tools.ant.types.DTDLocation createDTD()
public void init() throws org.apache.tools.ant.BuildException
init
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException