org.apache.commons.vfs.provider.tar
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabilities
protected static final Collection capabilities
Tbz2FileProvider
public Tbz2FileProvider()
getSchemes
protected String[] getSchemes()
- Description copied from class:
CompositeFileProvider
- The schemes to use for resolve
- Specified by:
getSchemes
in class CompositeFileProvider
getCapabilities
public 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.
Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.