Uses of Interface
org.apache.commons.vfs.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.vfs
Methods in org.apache.commons.vfs that return FileSystemManagerModifier and TypeMethodDescriptionFileSystem.getFileSystemManager()
Returns a reference to the FileSytemManagerstatic FileSystemManager
VFS.getManager()
Returns the defaultFileSystemManager
instance -
Uses of FileSystemManager in org.apache.commons.vfs.impl
Classes in org.apache.commons.vfs.impl that implement FileSystemManagerModifier and TypeClassDescriptionclass
A default file system manager implementation.class
AFileSystemManager
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.Constructors in org.apache.commons.vfs.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.vfs.provider
Methods in org.apache.commons.vfs.provider that return FileSystemManagerModifier and TypeMethodDescriptionAbstractFileSystem.getFileSystemManager()
Return the FileSystemManager used to instantiate this filesystemVfsComponentContext.getFileSystemManager()
Returns the filesystem manager for the current context -
Uses of FileSystemManager in org.apache.commons.vfs.util
Methods in org.apache.commons.vfs.util that return FileSystemManagerModifier and TypeMethodDescriptionprotected FileSystemManager
DelegatingFileSystemOptionsBuilder.getManager()
Constructors in org.apache.commons.vfs.util with parameters of type FileSystemManagerModifierConstructorDescriptionConstructor.
Pass in your fileSystemManager instance.