org.apache.tools.ant.taskdefs
public class Deltree extends Task
Deprecated: The deltree task is deprecated since Ant 1.2. Use delete instead.
Since: Ant 1.1
Method Summary | |
---|---|
void | execute()
Do the work.
|
void | setDir(File dir)
Set the directory to be deleted
|
Throws: BuildException if the task is not configured correctly or the tree cannot be removed.
Parameters: dir the root of the tree to be removed.