Uses of Interface
org.apache.commons.vfs.FileSystemManager

Packages that use FileSystemManager
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.operations   
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Uses of FileSystemManager in org.apache.commons.vfs
 

Fields in org.apache.commons.vfs declared as FileSystemManager
private static FileSystemManager VFS.instance
           
 

Methods in org.apache.commons.vfs that return FileSystemManager
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
 

Uses of FileSystemManager in org.apache.commons.vfs.impl
 

Classes in org.apache.commons.vfs.impl that implement FileSystemManager
 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.
 

Methods in org.apache.commons.vfs.impl that return FileSystemManager
 FileSystemManager DefaultVfsComponentContext.getFileSystemManager()
          Returns the filesystem manager for the current context
 

Methods in org.apache.commons.vfs.impl with parameters of type FileSystemManager
private  void VFSClassLoader.addFileObjects(FileSystemManager manager, FileObject[] files)
          Appends the specified FileObjects to the list of FileObjects to search for classes and resources.
 

Constructors in org.apache.commons.vfs.impl with parameters of type FileSystemManager
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.
 

Uses of FileSystemManager in org.apache.commons.vfs.operations
 

Fields in org.apache.commons.vfs.operations declared as FileSystemManager
private  FileSystemManager DefaultFileOperations.fsmanager
           
 

Uses of FileSystemManager in org.apache.commons.vfs.provider
 

Methods in org.apache.commons.vfs.provider that return FileSystemManager
 FileSystemManager VfsComponentContext.getFileSystemManager()
          Returns the filesystem manager for the current context
 FileSystemManager AbstractFileSystem.getFileSystemManager()
          Return the FileSystemManager used to instantiate this filesystem
 

Uses of FileSystemManager in org.apache.commons.vfs.util
 

Fields in org.apache.commons.vfs.util declared as FileSystemManager
private  FileSystemManager DelegatingFileSystemOptionsBuilder.manager
           
 

Methods in org.apache.commons.vfs.util that return FileSystemManager
protected  FileSystemManager DelegatingFileSystemOptionsBuilder.getManager()
           
 

Constructors in org.apache.commons.vfs.util with parameters of type FileSystemManager
DelegatingFileSystemOptionsBuilder(FileSystemManager manager)
          Constructor.
Pass in your fileSystemManager instance.