Uses of Interface
org.apache.commons.vfs2.FileSystem
Packages that use FileSystem
Package
Description
The public VFS API.
VFS File caching
The standard VFS implementation.
The File Provider API, and utility classes.
The BZIP2 File Provider
The compressed file provider
The FTP File Provider.
The FTPS File Provider.
The GZIP File Provider
The HTTP File Provider
The Jar File Provider.
The Local File Provider.
The RAM File Provider.
The Resource File Provider
The SFTP Provider.
The Tar File Provider.
The Default File Provider, which wraps java.net.URL.
The Zip File Provider.
-
Uses of FileSystem in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileSystemModifier and TypeMethodDescriptionFileObject.getFileSystem()
Returns the file system that contains this file.Methods in org.apache.commons.vfs2 that return types with arguments of type FileSystemModifier and TypeMethodDescriptionprotected abstract Class<? extends FileSystem>
FileSystemConfigBuilder.getConfigClass()
Get the target of this configuration.Methods in org.apache.commons.vfs2 with parameters of type FileSystemModifier and TypeMethodDescriptionvoid
FilesCache.clear
(FileSystem fileSystem) Purges the entries corresponding to the FileSystem.void
FileSystemManager.closeFileSystem
(FileSystem filesystem) Closes the given filesystem.FilesCache.getFile
(FileSystem filesystem, FileName name) Retrieves a FileObject from the cache by name.void
FilesCache.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 FileSystemModifier and TypeMethodDescriptionvoid
DefaultFilesCache.clear
(FileSystem filesystem) void
LRUFilesCache.clear
(FileSystem filesystem) void
NullFilesCache.clear
(FileSystem filesystem) void
SoftRefFilesCache.clear
(FileSystem fileSystem) DefaultFilesCache.getFile
(FileSystem filesystem, FileName name) LRUFilesCache.getFile
(FileSystem filesystem, FileName name) NullFilesCache.getFile
(FileSystem filesystem, FileName name) SoftRefFilesCache.getFile
(FileSystem fileSystem, FileName fileName) protected ConcurrentMap<FileName,
FileObject> DefaultFilesCache.getOrCreateFilesystemCache
(FileSystem filesystem) protected Map<FileName,
FileObject> LRUFilesCache.getOrCreateFilesystemCache
(FileSystem filesystem) protected Map<FileName,
Reference<FileObject>> SoftRefFilesCache.getOrCreateFilesystemCache
(FileSystem fileSystem) void
DefaultFilesCache.removeFile
(FileSystem filesystem, FileName name) void
LRUFilesCache.removeFile
(FileSystem filesystem, FileName name) void
NullFilesCache.removeFile
(FileSystem filesystem, FileName name) void
SoftRefFilesCache.removeFile
(FileSystem fileSystem, FileName fileName) -
Uses of FileSystem in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileSystemModifier and TypeClassDescriptionclass
A 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 FileSystemMethods in org.apache.commons.vfs2.impl that return types with arguments of type FileSystemModifier and TypeMethodDescriptionprotected Class<? extends FileSystem>
DefaultFileSystemConfigBuilder.getConfigClass()
Methods in org.apache.commons.vfs2.impl with parameters of type FileSystemModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager._closeFileSystem
(FileSystem filesystem) Closes the given file system.void
DefaultFileSystemManager.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 FileSystemMethods in org.apache.commons.vfs2.provider that return FileSystemModifier and TypeMethodDescriptionprotected abstract FileSystem
AbstractLayeredFileProvider.doCreateFileSystem
(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.protected abstract FileSystem
AbstractOriginatingFileProvider.doCreateFileSystem
(FileName rootName, FileSystemOptions fileSystemOptions) Creates aFileSystem
.protected FileSystem
AbstractFileProvider.findFileSystem
(Comparable<?> key, FileSystemOptions fileSystemProps) Locates a cached file system.AbstractFileObject.getFileSystem()
Returns the file system this file belongs to.protected FileSystem
AbstractOriginatingFileProvider.getFileSystem
(FileName rootName, FileSystemOptions fileSystemOptions) Returns the FileSystem associated with the specified root.Methods in org.apache.commons.vfs2.provider with parameters of type FileSystemModifier and TypeMethodDescriptionprotected void
AbstractFileProvider.addFileSystem
(Comparable<?> key, FileSystem fs) Adds a file system to those cached by this provider.void
AbstractFileProvider.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 FileSystemModifier and TypeClassDescriptionclass
Filesytem to handle compressed files using the bzip2 method.Methods in org.apache.commons.vfs2.provider.bzip2 that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
Bzip2FileProvider.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 FileSystemModifier and TypeClassDescriptionclass
A read-only file system for compressed files.Methods in org.apache.commons.vfs2.provider.compressed that return FileSystemModifier and TypeMethodDescriptionprotected abstract FileSystem
CompressedFileFileProvider.createFileSystem
(FileName name, FileObject file, FileSystemOptions fileSystemOptions) protected FileSystem
CompressedFileFileProvider.doCreateFileSystem
(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system. -
Uses of FileSystem in org.apache.commons.vfs2.provider.ftp
Classes in org.apache.commons.vfs2.provider.ftp that implement FileSystemMethods in org.apache.commons.vfs2.provider.ftp that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
FtpFileProvider.doCreateFileSystem
(FileName name, FileSystemOptions fileSystemOptions) Creates the filesystem.Methods in org.apache.commons.vfs2.provider.ftp that return types with arguments of type FileSystemModifier and TypeMethodDescriptionprotected Class<? extends FileSystem>
FtpFileSystemConfigBuilder.getConfigClass()
-
Uses of FileSystem in org.apache.commons.vfs2.provider.ftps
Classes in org.apache.commons.vfs2.provider.ftps that implement FileSystemMethods in org.apache.commons.vfs2.provider.ftps that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
FtpsFileProvider.doCreateFileSystem
(FileName name, FileSystemOptions fileSystemOptions) Creates the filesystem. -
Uses of FileSystem in org.apache.commons.vfs2.provider.gzip
Classes in org.apache.commons.vfs2.provider.gzip that implement FileSystemModifier and TypeClassDescriptionclass
Filesytem to handle compressed files using the gzip method.Methods in org.apache.commons.vfs2.provider.gzip that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
GzipFileProvider.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 FileSystemMethods in org.apache.commons.vfs2.provider.http that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
HttpFileProvider.doCreateFileSystem
(FileName name, FileSystemOptions fileSystemOptions) Creates aFileSystem
.Methods in org.apache.commons.vfs2.provider.http that return types with arguments of type FileSystemModifier and TypeMethodDescriptionprotected 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 FileSystemMethods in org.apache.commons.vfs2.provider.jar that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
JarFileProvider.doCreateFileSystem
(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 FileSystemMethods in org.apache.commons.vfs2.provider.local that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
DefaultLocalFileProvider.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 FileSystemMethods in org.apache.commons.vfs2.provider.ram that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
RamFileProvider.doCreateFileSystem
(FileName name, FileSystemOptions fileSystemOptions) Methods in org.apache.commons.vfs2.provider.ram that return types with arguments of type FileSystemModifier and TypeMethodDescriptionprotected 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 FileSystemModifier and TypeMethodDescriptionprotected Class<? extends FileSystem>
ResourceFileSystemConfigBuilder.getConfigClass()
Methods in org.apache.commons.vfs2.provider.res with parameters of type FileSystemModifier and TypeMethodDescriptionvoid
ResourceFileProvider.closeFileSystem
(FileSystem filesystem) -
Uses of FileSystem in org.apache.commons.vfs2.provider.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement FileSystemMethods in org.apache.commons.vfs2.provider.sftp that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
SftpFileProvider.doCreateFileSystem
(FileName name, FileSystemOptions fileSystemOptions) Creates aFileSystem
.Methods in org.apache.commons.vfs2.provider.sftp that return types with arguments of type FileSystemModifier and TypeMethodDescriptionprotected Class<? extends FileSystem>
SftpFileSystemConfigBuilder.getConfigClass()
-
Uses of FileSystem in org.apache.commons.vfs2.provider.tar
Classes in org.apache.commons.vfs2.provider.tar that implement FileSystemMethods in org.apache.commons.vfs2.provider.tar that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
TarFileProvider.doCreateFileSystem
(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 -
Uses of FileSystem in org.apache.commons.vfs2.provider.zip
Classes in org.apache.commons.vfs2.provider.zip that implement FileSystemModifier and TypeClassDescriptionclass
A read-only file system for ZIP and JAR files.Methods in org.apache.commons.vfs2.provider.zip that return FileSystemModifier and TypeMethodDescriptionprotected FileSystem
ZipFileProvider.doCreateFileSystem
(String scheme, FileObject file, FileSystemOptions fileSystemOptions) Creates a layered file system.