Uses of Interface
org.apache.commons.vfs2.FileSystemManager
Packages that use FileSystemManager
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
Utility classes used by the VFS.
-
Uses of FileSystemManager in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileSystemManagerModifier and TypeMethodDescriptionFileSystem.getFileSystemManager()
Returns a reference to the FileSystemManager.static FileSystemManager
VFS.getManager()
Gets the defaultFileSystemManager
instance.static FileSystemManager
VFS.reset()
Resets the FileSystemManager to the default.Methods in org.apache.commons.vfs2 with parameters of type FileSystemManagerModifier and TypeMethodDescriptionstatic void
VFS.setManager
(FileSystemManager manager) Sets the file system manager. -
Uses of FileSystemManager in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileSystemManagerModifier and TypeClassDescriptionclass
The default file system manager implementation.class
AFileSystemManager
that configures itself from an XML (Default: providers.xml) configuration file.Constructors in org.apache.commons.vfs2.impl with parameters of type FileSystemManagerModifierConstructorDescriptionVFSClassLoader
(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. -
Uses of FileSystemManager in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileSystemManagerModifier and TypeMethodDescriptionAbstractFileSystem.getFileSystemManager()
Gets the FileSystemManager used to instantiate this file system.VfsComponentContext.getFileSystemManager()
Gets the file system manager for the current context. -
Uses of FileSystemManager in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util that return FileSystemManagerModifier and TypeMethodDescriptionprotected FileSystemManager
DelegatingFileSystemOptionsBuilder.getManager()
Gets the FileSystemManager.Constructors in org.apache.commons.vfs2.util with parameters of type FileSystemManagerModifierConstructorDescriptionConstructs a new instance.