public class VfsTask
extends org.apache.tools.ant.Task
| Modifier and Type | Class and Description |
|---|---|
private class |
VfsTask.AntLogger
A commons-logging wrapper for Ant logging.
|
private class |
VfsTask.CloseListener
Closes the VFS manager when the project finishes.
|
| Modifier and Type | Field and Description |
|---|---|
private static StandardFileSystemManager |
manager |
| Constructor and Description |
|---|
VfsTask() |
| Modifier and Type | Method and 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.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprivate static StandardFileSystemManager manager
protected FileObject resolveFile(java.lang.String uri) throws FileSystemException
uri - The URI to resolve.FileSystemException - If an error occurred.protected void closeManager()