Package | Description |
---|---|
org.apache.commons.vfs |
The public VFS API.
|
org.apache.commons.vfs.impl |
The standard VFS implementation.
|
org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs.util |
Utility classes used by the VFS.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemManager |
FileSystem.getFileSystemManager() |
Returns a reference to the FileSytemManager
|
static FileSystemManager |
VFS.getManager() |
Returns the default
FileSystemManager instance |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultFileSystemManager |
A default file system manager implementation.
|
class |
StandardFileSystemManager |
A
FileSystemManager that configures itself
from an XML (Default: providers.xml) configuration file.Certain providers are only loaded and available if the dependend library is in your classpath. |
Constructor | Description |
---|---|
VFSClassLoader(FileObject[] files,
FileSystemManager manager) |
Constructors a new VFSClassLoader for the given files.
|
VFSClassLoader(FileObject[] files,
FileSystemManager manager,
java.lang.ClassLoader parent) |
Constructors a new VFSClassLoader for the given FileObjects.
|
VFSClassLoader(FileObject file,
FileSystemManager manager) |
Constructors a new VFSClassLoader for the given file.
|
VFSClassLoader(FileObject file,
FileSystemManager manager,
java.lang.ClassLoader parent) |
Constructors a new VFSClassLoader for the given file.
|
Modifier and Type | Method | Description |
---|---|---|
FileSystemManager |
AbstractFileSystem.getFileSystemManager() |
Return the FileSystemManager used to instantiate this filesystem
|
FileSystemManager |
VfsComponentContext.getFileSystemManager() |
Returns the filesystem manager for the current context
|
Modifier and Type | Method | Description |
---|---|---|
protected FileSystemManager |
DelegatingFileSystemOptionsBuilder.getManager() |
Constructor | Description |
---|---|
DelegatingFileSystemOptionsBuilder(FileSystemManager manager) |
Constructor.
Pass in your fileSystemManager instance. |