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 FileSystemFileObject. getFileSystem()Gets 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()Gets 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 file system.FileObjectFilesCache. getFile(FileSystem fileSystem, FileName fileName)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)Gets or creates a Map.protected java.util.Map<FileName,FileObject>LRUFilesCache. getOrCreateFilesystemCache(FileSystem fileSystem)Gets or creates a new Map.protected java.util.Map<FileName,java.lang.ref.Reference<FileObject>>SoftRefFilesCache. getOrCreateFilesystemCache(FileSystem fileSystem)Gets or creates a new Map.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 file system. -
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 rootFileName, FileSystemOptions fileSystemOptions)Creates aFileSystem.protected FileSystemAbstractFileProvider. findFileSystem(java.lang.Comparable<?> key, FileSystemOptions fileSystemOptions)Locates a cached file system.FileSystemAbstractFileObject. getFileSystem()Returns the file system this file belongs to.protected FileSystemAbstractOriginatingFileProvider. getFileSystem(FileName rootFileName, 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)Closes 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 classBzip2FileSystemFile system 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)Create a FileSystem.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.ftp
Classes in org.apache.commons.vfs2.provider.ftp that implement FileSystem Modifier and Type Class Description classFtpFileSystemAn FTP file system.Methods in org.apache.commons.vfs2.provider.ftp that return FileSystem Modifier and Type Method Description protected FileSystemFtpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the file system.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.gzip
Classes in org.apache.commons.vfs2.provider.gzip that implement FileSystem Modifier and Type Class Description classGzipFileSystemA compressed file system 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 classHttpFileSystemDeprecated.Useorg.apache.commons.vfs2.provider.http5.Methods in org.apache.commons.vfs2.provider.http that return FileSystem Modifier and Type Method Description protected FileSystemHttpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Deprecated.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()Deprecated. -
Uses of FileSystem in org.apache.commons.vfs2.provider.http4
Classes in org.apache.commons.vfs2.provider.http4 that implement FileSystem Modifier and Type Class Description classHttp4FileSystemDeprecated.Useorg.apache.commons.vfs2.provider.http5.Methods in org.apache.commons.vfs2.provider.http4 that return FileSystem Modifier and Type Method Description protected FileSystemHttp4FileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Deprecated.Methods in org.apache.commons.vfs2.provider.http4 that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.Class<? extends FileSystem>Http4FileSystemConfigBuilder. getConfigClass()Deprecated. -
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 file system. -
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()Gets 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.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement FileSystem Modifier and Type Class Description classSftpFileSystemRepresents the files on an SFTP server.Methods in org.apache.commons.vfs2.provider.sftp that return FileSystem Modifier and Type Method Description protected FileSystemSftpFileProvider. 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 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.Methods in org.apache.commons.vfs2.provider.zip that return types with arguments of type FileSystem Modifier and Type Method Description protected java.lang.Class<? extends FileSystem>ZipFileSystemConfigBuilder. getConfigClass()
-