Uses of Interface
org.apache.commons.vfs2.FileSystem
-
Packages that use FileSystem Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.cache VFS File cachingorg.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.bzip2 The BZIP2 File Providerorg.apache.commons.vfs2.provider.compressed The compressed file providerorg.apache.commons.vfs2.provider.gzip The GZIP File Providerorg.apache.commons.vfs2.provider.http The HTTP File Providerorg.apache.commons.vfs2.provider.jar The Jar File Provider.org.apache.commons.vfs2.provider.local The Local File Provider.org.apache.commons.vfs2.provider.ram The RAM File Provider.org.apache.commons.vfs2.provider.res The Resource File Providerorg.apache.commons.vfs2.provider.tar The Tar File Provider.org.apache.commons.vfs2.provider.url The Default File Provider, which wraps java.net.URL.org.apache.commons.vfs2.provider.zip The Zip File Provider. -
-
Uses of FileSystem in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileSystem Modifier and Type Method Description FileSystemFileObject. getFileSystem()Returns the file system that contains this file.Methods in org.apache.commons.vfs2 that return types with arguments of type FileSystem Modifier and Type Method Description protected abstract java.lang.Class<? extends FileSystem>FileSystemConfigBuilder. getConfigClass()Get the target of this configuration.Methods in org.apache.commons.vfs2 with parameters of type FileSystem Modifier and Type Method Description voidFilesCache. clear(FileSystem fileSystem)Purges the entries corresponding to the FileSystem.voidFileSystemManager. closeFileSystem(FileSystem filesystem)Closes the given filesystem.FileObjectFilesCache. getFile(FileSystem filesystem, FileName name)Retrieves a FileObject from the cache by name.voidFilesCache. removeFile(FileSystem filesystem, FileName name)Removes a file from cache. -
Uses of FileSystem in org.apache.commons.vfs2.cache
Methods in org.apache.commons.vfs2.cache with parameters of type FileSystem Modifier and Type Method Description voidDefaultFilesCache. clear(FileSystem filesystem)voidLRUFilesCache. clear(FileSystem filesystem)voidNullFilesCache. clear(FileSystem filesystem)voidSoftRefFilesCache. clear(FileSystem fileSystem)FileObjectDefaultFilesCache. getFile(FileSystem filesystem, FileName name)FileObjectLRUFilesCache. getFile(FileSystem filesystem, FileName name)FileObjectNullFilesCache. getFile(FileSystem filesystem, FileName name)FileObjectSoftRefFilesCache. getFile(FileSystem fileSystem, FileName fileName)protected java.util.concurrent.ConcurrentMap<FileName,FileObject>DefaultFilesCache. getOrCreateFilesystemCache(FileSystem filesystem)protected java.util.Map<FileName,FileObject>LRUFilesCache. getOrCreateFilesystemCache(FileSystem filesystem)protected java.util.Map<FileName,java.lang.ref.Reference<FileObject>>SoftRefFilesCache. getOrCreateFilesystemCache(FileSystem fileSystem)voidDefaultFilesCache. removeFile(FileSystem filesystem, FileName name)voidLRUFilesCache. removeFile(FileSystem filesystem, FileName name)voidNullFilesCache. removeFile(FileSystem filesystem, FileName name)voidSoftRefFilesCache. removeFile(FileSystem fileSystem, FileName fileName) -
Uses of FileSystem in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileSystem Modifier and Type Class Description classVirtualFileSystemA logical file system, made up of set of junctions, or links, to files from other file systems.Methods in org.apache.commons.vfs2.impl that return FileSystem Modifier and Type Method Description FileSystemDecoratedFileObject. getFileSystem()Methods in org.apache.commons.vfs2.impl that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.Class<? extends FileSystem>DefaultFileSystemConfigBuilder. getConfigClass()Methods in org.apache.commons.vfs2.impl with parameters of type FileSystem Modifier and Type Method Description voidDefaultFileSystemManager. _closeFileSystem(FileSystem filesystem)Closes the given file system.voidDefaultFileSystemManager. closeFileSystem(FileSystem filesystem)Closes the given filesystem. -
Uses of FileSystem in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement FileSystem Modifier and Type Class Description classAbstractFileSystemA partialFileSystemimplementation.Methods in org.apache.commons.vfs2.provider that return FileSystem Modifier and Type Method Description protected abstract FileSystemAbstractLayeredFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.protected abstract FileSystemAbstractOriginatingFileProvider. doCreateFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)Creates aFileSystem.protected FileSystemAbstractFileProvider. findFileSystem(java.lang.Comparable<?> key, FileSystemOptions fileSystemProps)Locates a cached file system.FileSystemAbstractFileObject. getFileSystem()Returns the file system this file belongs to.protected FileSystemAbstractOriginatingFileProvider. getFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)Returns the FileSystem associated with the specified root.Methods in org.apache.commons.vfs2.provider with parameters of type FileSystem Modifier and Type Method Description protected voidAbstractFileProvider. addFileSystem(java.lang.Comparable<?> key, FileSystem fs)Adds a file system to those cached by this provider.voidAbstractFileProvider. closeFileSystem(FileSystem filesystem)Close the FileSystem. -
Uses of FileSystem in org.apache.commons.vfs2.provider.bzip2
Classes in org.apache.commons.vfs2.provider.bzip2 that implement FileSystem Modifier and Type Class Description classBzip2FileSystemFilesytem to handle compressed files using the bzip2 method.Methods in org.apache.commons.vfs2.provider.bzip2 that return FileSystem Modifier and Type Method Description protected FileSystemBzip2FileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of FileSystem in org.apache.commons.vfs2.provider.compressed
Classes in org.apache.commons.vfs2.provider.compressed that implement FileSystem Modifier and Type Class Description classCompressedFileFileSystemA read-only file system for compressed files.Methods in org.apache.commons.vfs2.provider.compressed that return FileSystem Modifier and Type Method Description protected abstract FileSystemCompressedFileFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)protected FileSystemCompressedFileFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system. -
Uses of FileSystem in org.apache.commons.vfs2.provider.gzip
Classes in org.apache.commons.vfs2.provider.gzip that implement FileSystem Modifier and Type Class Description classGzipFileSystemFilesytem to handle compressed files using the gzip method.Methods in org.apache.commons.vfs2.provider.gzip that return FileSystem Modifier and Type Method Description protected FileSystemGzipFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of FileSystem in org.apache.commons.vfs2.provider.http
Classes in org.apache.commons.vfs2.provider.http that implement FileSystem Modifier and Type Class Description classHttpFileSystemAn HTTP file system.Methods in org.apache.commons.vfs2.provider.http that return FileSystem Modifier and Type Method Description protected FileSystemHttpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates aFileSystem.Methods in org.apache.commons.vfs2.provider.http that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.Class<? extends FileSystem>HttpFileSystemConfigBuilder. getConfigClass() -
Uses of FileSystem in org.apache.commons.vfs2.provider.jar
Classes in org.apache.commons.vfs2.provider.jar that implement FileSystem Modifier and Type Class Description classJarFileSystemA read-only file system for Jar files.Methods in org.apache.commons.vfs2.provider.jar that return FileSystem Modifier and Type Method Description protected FileSystemJarFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system. -
Uses of FileSystem in org.apache.commons.vfs2.provider.local
Classes in org.apache.commons.vfs2.provider.local that implement FileSystem Modifier and Type Class Description classLocalFileSystemA local file system.Methods in org.apache.commons.vfs2.provider.local that return FileSystem Modifier and Type Method Description protected FileSystemDefaultLocalFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the filesystem. -
Uses of FileSystem in org.apache.commons.vfs2.provider.ram
Classes in org.apache.commons.vfs2.provider.ram that implement FileSystem Modifier and Type Class Description classRamFileSystemA RAM File System.Methods in org.apache.commons.vfs2.provider.ram that return FileSystem Modifier and Type Method Description protected FileSystemRamFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Methods in org.apache.commons.vfs2.provider.ram that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.Class<? extends FileSystem>RamFileSystemConfigBuilder. getConfigClass()Get the target of this configuration. -
Uses of FileSystem in org.apache.commons.vfs2.provider.res
Methods in org.apache.commons.vfs2.provider.res that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.Class<? extends FileSystem>ResourceFileSystemConfigBuilder. getConfigClass()Methods in org.apache.commons.vfs2.provider.res with parameters of type FileSystem Modifier and Type Method Description voidResourceFileProvider. closeFileSystem(FileSystem filesystem) -
Uses of FileSystem in org.apache.commons.vfs2.provider.tar
Classes in org.apache.commons.vfs2.provider.tar that implement FileSystem Modifier and Type Class Description classTarFileSystemA read-only file system for Tar files.Methods in org.apache.commons.vfs2.provider.tar that return FileSystem Modifier and Type Method Description protected FileSystemTarFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system. -
Uses of FileSystem in org.apache.commons.vfs2.provider.url
Classes in org.apache.commons.vfs2.provider.url that implement FileSystem Modifier and Type Class Description classUrlFileSystemA File system backed by Java's URL API. -
Uses of FileSystem in org.apache.commons.vfs2.provider.zip
Classes in org.apache.commons.vfs2.provider.zip that implement FileSystem Modifier and Type Class Description classZipFileSystemA read-only file system for ZIP and JAR files.Methods in org.apache.commons.vfs2.provider.zip that return FileSystem Modifier and Type Method Description protected FileSystemZipFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)Creates a layered file system.
-