Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
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 | Method and Description |
---|---|
FileSystemManager |
FileSystem.getFileSystemManager()
Returns a reference to the FileSytemManager.
|
static FileSystemManager |
VFS.getManager()
Returns the default
FileSystemManager instance. |
static FileSystemManager |
VFS.reset()
Resets the FileSystemManager to the default.
|
Modifier and Type | Method and Description |
---|---|
static void |
VFS.setManager(FileSystemManager manager)
Sets the file system manager
|
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. |
Constructor and Description |
---|
VFSClassLoader(FileObject[] files,
FileSystemManager manager)
Constructors a new VFSClassLoader for the given files.
|
VFSClassLoader(FileObject[] files,
FileSystemManager manager,
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,
ClassLoader parent)
Constructors a new VFSClassLoader for the given file.
|
Modifier and Type | Method and Description |
---|---|
FileSystemManager |
VfsComponentContext.getFileSystemManager()
Gets the file system manager for the current context.
|
FileSystemManager |
AbstractFileSystem.getFileSystemManager()
Returns the FileSystemManager used to instantiate this file system.
|
Modifier and Type | Method and Description |
---|---|
protected FileSystemManager |
DelegatingFileSystemOptionsBuilder.getManager() |
Constructor and Description |
---|
DelegatingFileSystemOptionsBuilder(FileSystemManager manager)
Constructor.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.