public class GzipFileProvider extends CompressedFileFileProvider
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
capabilities
Capabilities.
|
Constructor and Description |
---|
GzipFileProvider()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
createFileSystem(FileName name,
FileObject file,
FileSystemOptions fileSystemOptions)
Create a FileSystem.
|
Collection<Capability> |
getCapabilities()
Gets the file system capabilities.
|
doCreateFileSystem
createFileSystem, findFile
addFileSystem, close, closeFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
addComponent, removeComponent
getContext, getLogger, init, setContext, setLogger
protected static final Collection<Capability> capabilities
protected FileSystem createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
CompressedFileFileProvider
createFileSystem
in class CompressedFileFileProvider
name
- a file name.file
- a file object.fileSystemOptions
- the file system options.FileSystemException
- if a file system error occurs.public Collection<Capability> getCapabilities()
FileProvider
These are the same as on the file system, but available before the first file system was instantiated.
getCapabilities
in interface FileProvider
getCapabilities
in class CompressedFileFileProvider
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.