Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
org.apache.commons.vfs2.example |
Apache Commons VFS Examples classes.
|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
org.apache.commons.vfs2.operations |
VFS Operations handling.
|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs2.util |
Utility classes used by the VFS.
|
Modifier and Type | Field and Description |
---|---|
private static FileSystemManager |
VFS.instance
The FileSystemManager
|
Modifier and Type | Method and Description |
---|---|
private static FileSystemManager |
VFS.createManager(java.lang.String managerClassName)
Creates a file system manager instance.
|
FileSystemManager |
FileSystem.getFileSystemManager()
Returns a reference to the FileSytemManager.
|
static FileSystemManager |
VFS.getManager()
Returns the default
FileSystemManager instance. |
Modifier and Type | Field and Description |
---|---|
private FileSystemManager |
Shell.mgr |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemManager
The default file system manager implementation.
|
class |
StandardFileSystemManager
A
FileSystemManager that configures itself
from an XML (Default: providers.xml) configuration file. |
Modifier and Type | Method and Description |
---|---|
FileSystemManager |
DefaultVfsComponentContext.getFileSystemManager()
Returns the filesystem manager for the current context
|
Modifier and Type | Method and Description |
---|---|
private void |
VFSClassLoader.addFileObjects(FileSystemManager manager,
FileObject[] files)
Appends the specified FileObjects to the list of FileObjects to search
for classes and resources.
|
Constructor and 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 | Field and Description |
---|---|
private FileSystemManager |
DefaultFileOperations.fsmanager |
Modifier and Type | Method and Description |
---|---|
FileSystemManager |
VfsComponentContext.getFileSystemManager()
Returns the filesystem manager for the current context.
|
FileSystemManager |
AbstractFileSystem.getFileSystemManager()
Return the FileSystemManager used to instantiate this filesystem.
|
Modifier and Type | Field and Description |
---|---|
private FileSystemManager |
DelegatingFileSystemOptionsBuilder.manager |
Modifier and Type | Method and Description |
---|---|
protected FileSystemManager |
DelegatingFileSystemOptionsBuilder.getManager() |
Constructor and Description |
---|
DelegatingFileSystemOptionsBuilder(FileSystemManager manager)
Constructor.
Pass in your fileSystemManager instance. |