ise.antelope.tasks
public class Unset extends org.apache.tools.ant.Task
Constructor and Description |
---|
Unset() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute all nested tasks, repeating.
|
void |
setFile(java.io.File file)
Sets the file attribute of the Unset object
|
void |
setName(java.lang.String name)
Set the name of the property to unset.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setName(java.lang.String name)
name
- the name of the property to unset.public void setFile(java.io.File file)
file
- The new file valuepublic void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- Description of the Exception