public class DeleteTask extends VfsTask
Constructor | Description |
---|---|
DeleteTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Executes this task.
|
void |
setFile(java.lang.String file) |
Sets the file/folder to delete.
|
void |
setIncludes(java.lang.String filesList) |
Sets the files to includes
|
void |
setSrcDir(java.lang.String srcDir) |
Sets the source directory
|
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
closeManager, resolveFile
public void setFile(java.lang.String file)
file
- public void setSrcDir(java.lang.String srcDir)
public void setIncludes(java.lang.String filesList)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException