public abstract class CompressedFileFileProvider extends AbstractLayeredFileProvider implements FileProvider
| Constructor and Description |
|---|
CompressedFileFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract FileSystem |
createFileSystem(FileName name,
FileObject file,
FileSystemOptions fileSystemOptions) |
protected FileSystem |
doCreateFileSystem(String scheme,
FileObject file,
FileSystemOptions fileSystemOptions)
Creates a layered file system.
|
abstract Collection<Capability> |
getCapabilities()
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated. |
createFileSystem, findFileaddFileSystem, close, closeFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFileSystem, findFile, getConfigBuilder, parseUriprotected FileSystem doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
doCreateFileSystem in class AbstractLayeredFileProviderscheme - The URI scheme.file - The file to create the file system on top of.fileSystemOptions - options for new and underlying file systems.FileSystemException - if the file system cannot be created.protected abstract FileSystem createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
FileSystemExceptionpublic abstract Collection<Capability> getCapabilities()
FileProvidergetCapabilities in interface FileProviderCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.