|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractVfsContainer
org.apache.commons.vfs2.provider.AbstractFileProvider
org.apache.commons.vfs2.provider.CompositeFileProvider
org.apache.commons.vfs2.provider.tar.TgzFileProvider
public class TgzFileProvider
A file system provider for Tar files. Provides read-only file systems.
Field Summary | |
---|---|
protected static java.util.Collection<Capability> |
capabilities
The provider's capabilities |
Constructor Summary | |
---|---|
TgzFileProvider()
|
Method Summary | |
---|---|
java.util.Collection<Capability> |
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.vfs2.provider.CompositeFileProvider |
---|
findFile |
Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileProvider |
---|
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser |
Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsContainer |
---|
addComponent, removeComponent |
Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponent |
---|
getContext, getLogger, init, setContext, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.Collection<Capability> capabilities
Constructor Detail |
---|
public TgzFileProvider()
Method Detail |
---|
protected java.lang.String[] getSchemes()
CompositeFileProvider
getSchemes
in class CompositeFileProvider
public java.util.Collection<Capability> getCapabilities()
FileProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |