AbstractSyncTask, DeleteTask, MkdirTask, ShowFileTaskpublic class VfsTask extends org.apache.tools.ant.Task
| Constructor | Description |
|---|---|
VfsTask() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
closeManager() |
Close the manager
|
protected FileObject |
resolveFile(java.lang.String uri) |
Resolves a URI to a file, relative to the project's base directory.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic VfsTask()
protected FileObject resolveFile(java.lang.String uri) throws FileSystemException
uri - The URI to resolve.FileSystemException - If an error occurred.protected void closeManager()