| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.ProjectComponentorg.apache.tools.ant.Taskorg.apache.tools.ant.taskdefs.Deltreepublic class Deltreeextends TaskField Summary |
Fields inherited from class org.apache.tools.ant.Task | |
description, location, target, taskName, taskType, wrapper | |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
project | |
Methods inherited from class org.apache.tools.ant.Task | |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | |
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
getProject, log, log, setProject | |
public void execute()
throws BuildExceptionDo the work.
- Throws:
BuildException- if the task is not configured correctly or the tree cannot be removed.
public void setDir(File dir)
Set the directory to be deleted
- Parameters:
dir- the root of the tree to be removed.