net.dpml.tools.tasks
Class InitializationTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.tools.tasks.GenericTask
net.dpml.tools.tasks.InitializationTask
public class InitializationTask
- extends GenericTask
General initialization during which context establishment is
undertaken (if not already present).
- Version:
- 1.2.0
- Author:
- Digital Product Meta Library
Method Summary |
void |
execute()
Initialize the project build context. |
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 |
InitializationTask
public InitializationTask()
execute
public void execute()
- Initialize the project build context.
- Overrides:
execute
in class Task