org.apache.tools.ant.taskdefs
Class Deltree
- Ant 1.1
void | execute()- Do the work.
|
void | setDir(File dir)- Set the directory to be deleted
|
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 |
execute
public void execute()
throws BuildException Do the work.
- execute in interface Task
BuildException - if the task is not configured correctly or
the tree cannot be removed.
setDir
public void setDir(File dir)
Set the directory to be deleted
dir - the root of the tree to be removed.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.