Uses of Interface
org.apache.commons.vfs2.FileSystem
-
-
Uses of FileSystem in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileSystem Modifier and Type Method Description FileSystem
FileObject. 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 void
FilesCache. clear(FileSystem fileSystem)
Purges the entries corresponding to the FileSystem.void
FileSystemManager. closeFileSystem(FileSystem filesystem)
Closes the given filesystem.FileObject
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 FileSystem Modifier and Type Method Description void
DefaultFilesCache. clear(FileSystem filesystem)
void
LRUFilesCache. clear(FileSystem filesystem)
void
NullFilesCache. clear(FileSystem filesystem)
void
SoftRefFilesCache. clear(FileSystem fileSystem)
FileObject
DefaultFilesCache. getFile(FileSystem filesystem, FileName name)
FileObject
LRUFilesCache. getFile(FileSystem filesystem, FileName name)
FileObject
NullFilesCache. getFile(FileSystem filesystem, FileName name)
FileObject
SoftRefFilesCache. 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)
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 FileSystem Modifier and Type Class Description class
VirtualFileSystem
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 FileSystem Modifier and Type Method Description FileSystem
DecoratedFileObject. 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 void
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 FileSystem Modifier and Type Class Description class
AbstractFileSystem
A partialFileSystem
implementation.Methods in org.apache.commons.vfs2.provider that return FileSystem Modifier and Type Method Description protected abstract FileSystem
AbstractLayeredFileProvider. doCreateFileSystem(java.lang.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(java.lang.Comparable<?> key, FileSystemOptions fileSystemProps)
Locates a cached file system.FileSystem
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 FileSystem Modifier and Type Method Description protected void
AbstractFileProvider. addFileSystem(java.lang.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 FileSystem Modifier and Type Class Description class
Bzip2FileSystem
Filesytem 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 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 FileSystem Modifier and Type Class Description class
CompressedFileFileSystem
A 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 FileSystem
CompressedFileFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)
protected FileSystem
CompressedFileFileProvider. doCreateFileSystem(java.lang.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 FileSystem Modifier and Type Class Description class
FtpFileSystem
An FTP file system.Methods in org.apache.commons.vfs2.provider.ftp that return FileSystem Modifier and Type Method Description protected 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 FileSystem Modifier and Type Method Description protected java.lang.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 FileSystem Modifier and Type Class Description class
FtpsFileSystem
A FTPS file system.Methods in org.apache.commons.vfs2.provider.ftps that return FileSystem Modifier and Type Method Description protected 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 FileSystem Modifier and Type Class Description class
GzipFileSystem
Filesytem 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 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 FileSystem Modifier and Type Class Description class
HttpFileSystem
An HTTP file system.Methods in org.apache.commons.vfs2.provider.http that return FileSystem Modifier and Type Method Description protected FileSystem
HttpFileProvider. 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 class
JarFileSystem
A read-only file system for Jar files.Methods in org.apache.commons.vfs2.provider.jar that return FileSystem Modifier and Type Method Description protected FileSystem
JarFileProvider. 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 class
LocalFileSystem
A local file system.Methods in org.apache.commons.vfs2.provider.local that return FileSystem Modifier and Type Method Description protected 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 FileSystem Modifier and Type Class Description class
RamFileSystem
A RAM File System.Methods in org.apache.commons.vfs2.provider.ram that return FileSystem Modifier and Type Method Description protected FileSystem
RamFileProvider. 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 void
ResourceFileProvider. closeFileSystem(FileSystem filesystem)
-
Uses of FileSystem in org.apache.commons.vfs2.provider.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement FileSystem Modifier and Type Class Description class
SftpFileSystem
Represents the files on an SFTP server.Methods in org.apache.commons.vfs2.provider.sftp that return FileSystem Modifier and Type Method Description protected FileSystem
SftpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
Creates aFileSystem
.Methods in org.apache.commons.vfs2.provider.sftp that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.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 FileSystem Modifier and Type Class Description class
TarFileSystem
A read-only file system for Tar files.Methods in org.apache.commons.vfs2.provider.tar that return FileSystem Modifier and Type Method Description protected FileSystem
TarFileProvider. 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 class
UrlFileSystem
A 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 class
ZipFileSystem
A 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 FileSystem
ZipFileProvider. doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions)
Creates a layered file system.
-