|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.Delete
Deletes a single file.
Fields inherited from class org.apache.tools.ant.Task |
description,
project,
target |
Constructor Summary | |
Delete()
|
Method Summary | |
void |
execute()
Called by the project to let the task do it's work. |
void |
setFile(java.lang.String File)
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription,
init,
setDescription,
setTarget |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Delete()
Method Detail |
public void setFile(java.lang.String File)
public void execute() throws BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |