@Deprecated public class Deltree extends Task
description, location, project
Constructor and Description |
---|
Deltree()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Deprecated.
Do the work.
|
void |
setDir(java.io.File dir)
Deprecated.
Set the directory to be deleted
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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.