Uses of Class
org.apache.commons.vfs.Capability

Packages that use Capability
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
 

Uses of Capability in org.apache.commons.vfs
 

Fields in org.apache.commons.vfs declared as Capability
static Capability Capability.READ_CONTENT
          File content can be read.
static Capability Capability.WRITE_CONTENT
          File content can be written.
static Capability Capability.RANDOM_ACCESS_READ
          File content can be read in random mode.
static Capability Capability.RANDOM_ACCESS_WRITE
          File content can be written in random mode.
static Capability Capability.APPEND_CONTENT
          File content can be appended.
static Capability Capability.ATTRIBUTES
          File attributes are supported.
static Capability Capability.LAST_MODIFIED
          File last-modified time is supported.
static Capability Capability.GET_LAST_MODIFIED
          File get last-modified time is supported.
static Capability Capability.SET_LAST_MODIFIED_FILE
          File set last-modified time is supported.
static Capability Capability.SET_LAST_MODIFIED_FOLDER
          folder set last-modified time is supported.
static Capability Capability.SIGNING
          File content signing is supported.
static Capability Capability.CREATE
          Files can be created.
static Capability Capability.DELETE
          Files can be deleted.
static Capability Capability.RENAME
          Files can be renamed.
static Capability Capability.GET_TYPE
          The file type can be determined.
static Capability Capability.LIST_CHILDREN
          Children of files can be listed.
static Capability Capability.URI
          URI are supported.
static Capability Capability.FS_ATTRIBUTES
          File system attributes are supported.
static Capability Capability.JUNCTIONS
          Junctions are supported.
static Capability Capability.MANIFEST_ATTRIBUTES
          The set of attributes defined by the Jar manifest specification are supported.
static Capability Capability.DISPATCHER
          The provider itself do not provide a filesystem.
static Capability Capability.COMPRESS
          A compressed filesystem is a filesystem which use compression.
static Capability Capability.VIRTUAL
          A virtual filesystem can be an archive like tar or zip.
 

Methods in org.apache.commons.vfs with parameters of type Capability
 boolean FileSystem.hasCapability(Capability capability)
          Determines if this file system has a particular capability.
 

Uses of Capability in org.apache.commons.vfs.provider
 

Methods in org.apache.commons.vfs.provider with parameters of type Capability
 boolean AbstractFileSystem.hasCapability(Capability capability)
          Determines if this file system has a particular capability.
 



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