Class Tbz2FileProvider
- java.lang.Object
-
- org.apache.commons.vfs.provider.AbstractVfsComponent
-
- org.apache.commons.vfs.provider.AbstractVfsContainer
-
- org.apache.commons.vfs.provider.AbstractFileProvider
-
- org.apache.commons.vfs.provider.CompositeFileProvider
-
- org.apache.commons.vfs.provider.tar.Tbz2FileProvider
-
- All Implemented Interfaces:
FileProvider
,VfsComponent
public class Tbz2FileProvider extends CompositeFileProvider
A file system provider for Tar files. Provides read-only file systems.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Collection
capabilities
-
Constructor Summary
Constructors Constructor Description Tbz2FileProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection
getCapabilities()
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated.protected java.lang.String[]
getSchemes()
The schemes to use for resolve-
Methods inherited from class org.apache.commons.vfs.provider.CompositeFileProvider
findFile
-
Methods inherited from class org.apache.commons.vfs.provider.AbstractFileProvider
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
-
Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsContainer
addComponent, removeComponent
-
Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsComponent
getContext, getLogger, init, setContext, setLogger
-
-
-
-
Method Detail
-
getSchemes
protected java.lang.String[] getSchemes()
Description copied from class:CompositeFileProvider
The schemes to use for resolve- Specified by:
getSchemes
in classCompositeFileProvider
-
getCapabilities
public java.util.Collection getCapabilities()
Description copied from interface:FileProvider
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated.
-
-