org.apache.commons.vfs2.provider.tar
Class Tbz2FileProvider

java.lang.Object
  extended by org.apache.commons.vfs2.provider.AbstractVfsComponent
      extended by org.apache.commons.vfs2.provider.AbstractVfsContainer
          extended by org.apache.commons.vfs2.provider.AbstractFileProvider
              extended by org.apache.commons.vfs2.provider.CompositeFileProvider
                  extended by org.apache.commons.vfs2.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.

Author:
Commons VFS team

Field Summary
protected static Collection<Capability> capabilities
          The provider's capabilities
 
Constructor Summary
Tbz2FileProvider()
           
 
Method Summary
 Collection<Capability> getCapabilities()
          Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated.
protected  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

capabilities

protected static final Collection<Capability> capabilities
The provider's capabilities

Constructor Detail

Tbz2FileProvider

public Tbz2FileProvider()
Method Detail

getSchemes

protected String[] getSchemes()
Description copied from class: CompositeFileProvider
The schemes to use for resolve

Specified by:
getSchemes in class CompositeFileProvider

getCapabilities

public Collection<Capability> 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.

Returns:
a Collection of the file systems Capabilities.


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.