Uses of Interface
org.apache.commons.vfs.FileSystemManager
-
Packages that use FileSystemManager Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.impl The standard VFS implementation.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
Methods in org.apache.commons.vfs that return FileSystemManager Modifier and Type Method Description FileSystemManagerFileSystem. getFileSystemManager()Returns a reference to the FileSytemManagerstatic FileSystemManagerVFS. getManager()Returns the defaultFileSystemManagerinstance -
Uses of FileSystemManager in org.apache.commons.vfs.impl
Classes in org.apache.commons.vfs.impl that implement FileSystemManager Modifier and Type Class Description classDefaultFileSystemManagerA default file system manager implementation.classStandardFileSystemManagerAFileSystemManagerthat 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 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.vfs.provider
Methods in org.apache.commons.vfs.provider that return FileSystemManager Modifier and Type Method Description FileSystemManagerAbstractFileSystem. getFileSystemManager()Return the FileSystemManager used to instantiate this filesystemFileSystemManagerVfsComponentContext. 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 FileSystemManager Modifier and Type Method Description protected FileSystemManagerDelegatingFileSystemOptionsBuilder. getManager()Constructors in org.apache.commons.vfs.util with parameters of type FileSystemManager Constructor Description DelegatingFileSystemOptionsBuilder(FileSystemManager manager)Constructor.
Pass in your fileSystemManager instance.
-