net.dpml.tools.tasks
Class PropertyTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.tools.tasks.GenericTask
net.dpml.tools.tasks.ResourceTask
net.dpml.tools.tasks.FeatureTask
net.dpml.tools.tasks.PropertyTask
- public class PropertyTask
- extends FeatureTask
Build a set of projects taking into account dependencies within the
supplied fileset.
- Version:
- 1.1.1
- Author:
- Digital Product Meta Library
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 |
PropertyTask
public PropertyTask()
setName
public void setName(String property)
- Set the property name. The property task will assign a value to the
property declared by the supplied name.
- Parameters:
property
- the property name
execute
public void execute()
throws BuildException
- Task execution.
- Throws:
BuildException
- if an error occurs