java.lang.Cloneable
@Deprecated public class Deltree extends Task
description, location, project
Constructor | Description |
---|---|
Deltree() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Deprecated.
Do the work.
|
void |
setDir(java.io.File dir) |
Deprecated.
Set the directory to be deleted
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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 setDir(java.io.File dir)
dir
- the root of the tree to be removed.public void execute() throws BuildException
execute
in class Task
BuildException
- if the task is not configured correctly or
the tree cannot be removed.