net.dpml.tools.tasks
Class PrepareTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.tools.tasks.GenericTask
net.dpml.tools.tasks.PrepareTask
public class PrepareTask
- extends GenericTask
Prepare the target build directory based on content presented under the
${basedir}/src and ${basedir}/etc directories.
- Version:
- 1.2.0
- Author:
- Digital Product Meta Library
Method Summary |
void |
execute()
Replicates the content of the src and etc directory to the target directory applying
a set of fixed rules - see prepare task documentation for details. |
void |
init()
Task initiaization during which filter values are established. |
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 |
PrepareTask
public PrepareTask()
init
public void init()
- Task initiaization during which filter values are established.
- Overrides:
init
in class GenericTask
execute
public void execute()
- Replicates the content of the src and etc directory to the target directory applying
a set of fixed rules - see prepare task documentation for details.
- Overrides:
execute
in class Task