net.dpml.tools.tasks
Class ModuleTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.tools.tasks.GenericTask
net.dpml.tools.tasks.ModuleTask
- public class ModuleTask
- extends GenericTask
Write a module to XML in a form suitable for publication.
- Version:
- 1.0.0
- Author:
- The Digital Product Meta Library
Method Summary |
void |
execute()
Execute the task. |
void |
init()
Task initialization. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleTask
public ModuleTask()
init
public void init()
throws BuildException
- Task initialization.
- Overrides:
init
in class GenericTask
- Throws:
BuildException
- if a build error occurs.
execute
public void execute()
- Execute the task.