Package ise.antelope.tasks
Class UIDTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- ise.antelope.tasks.UIDTask
-
- All Implemented Interfaces:
java.lang.Cloneable
public class UIDTask extends org.apache.tools.ant.Task
A task to generate a unique ID.- Since:
- Ant 1.6
- Version:
- $Revision: 138 $
-
-
Constructor Summary
Constructors Constructor Description UIDTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Generate a unique id and store it in the project with the given name.void
setInt(boolean b)
void
setName(java.lang.String n)
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-