Uses of Interface
org.apache.commons.vfs2.FileSystemManager
-
Packages that use FileSystemManager 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. -
-
Uses of FileSystemManager in org.apache.commons.vfs2
Fields in org.apache.commons.vfs2 declared as FileSystemManager Modifier and Type Field Description private static FileSystemManager
VFS. instance
The FileSystemManagerMethods in org.apache.commons.vfs2 that return FileSystemManager Modifier and Type Method Description private static FileSystemManager
VFS. createFileSystemManager(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 defaultFileSystemManager
instance.static FileSystemManager
VFS. reset()
Resets the FileSystemManager to the default.Methods in org.apache.commons.vfs2 with parameters of type FileSystemManager Modifier and Type Method Description static void
VFS. setManager(FileSystemManager manager)
Sets the file system manager -
Uses of FileSystemManager in org.apache.commons.vfs2.example
Fields in org.apache.commons.vfs2.example declared as FileSystemManager Modifier and Type Field Description private FileSystemManager
Shell. mgr
-
Uses of FileSystemManager in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileSystemManager Modifier and Type Class Description class
DefaultFileSystemManager
The default file system manager implementation.class
StandardFileSystemManager
AFileSystemManager
that configures itself from an XML (Default: providers.xml) configuration file.Methods in org.apache.commons.vfs2.impl that return FileSystemManager Modifier and Type Method Description FileSystemManager
DefaultVfsComponentContext. getFileSystemManager()
Returns the file system manager for the current contextMethods in org.apache.commons.vfs2.impl with parameters of type FileSystemManager Modifier and Type Method Description 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.vfs2.impl with parameters of type FileSystemManager 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. -
Uses of FileSystemManager in org.apache.commons.vfs2.operations
Fields in org.apache.commons.vfs2.operations declared as FileSystemManager Modifier and Type Field Description private FileSystemManager
DefaultFileOperations. fsmanager
-
Uses of FileSystemManager in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileSystemManager Modifier and Type Method Description FileSystemManager
AbstractFileSystem. getFileSystemManager()
Returns the FileSystemManager used to instantiate this file system.FileSystemManager
VfsComponentContext. getFileSystemManager()
Gets the file system manager for the current context. -
Uses of FileSystemManager in org.apache.commons.vfs2.util
Fields in org.apache.commons.vfs2.util declared as FileSystemManager Modifier and Type Field Description private FileSystemManager
DelegatingFileSystemOptionsBuilder. manager
Methods in org.apache.commons.vfs2.util that return FileSystemManager Modifier and Type Method Description protected FileSystemManager
DelegatingFileSystemOptionsBuilder. getManager()
Constructors in org.apache.commons.vfs2.util with parameters of type FileSystemManager Constructor Description DelegatingFileSystemOptionsBuilder(FileSystemManager manager)
Constructor.
-