public class DeleteTask extends VfsTask
| Constructor and Description |
|---|
DeleteTask() |
| Modifier and Type | Method and 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 include.
|
void |
setSrcDir(java.lang.String srcDir)
Sets the source directory.
|
closeManager, resolveFilepublic void setFile(java.lang.String file)
file - The name of the file.public void setSrcDir(java.lang.String srcDir)
srcDir - The source directory.public void setIncludes(java.lang.String filesList)
filesList - The list of files.public void execute()
throws BuildException
BuildException - if an error occurs.