Package | Description |
---|---|
org.apache.commons.vfs |
The public VFS API.
|
org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
Modifier and Type | Field and Description |
---|---|
static Capability |
Capability.APPEND_CONTENT
File content can be appended.
|
static Capability |
Capability.ATTRIBUTES
File attributes are supported.
|
static Capability |
Capability.COMPRESS
A compressed filesystem is a filesystem which use compression.
|
static Capability |
Capability.CREATE
Files can be created.
|
static Capability |
Capability.DELETE
Files can be deleted.
|
static Capability |
Capability.DISPATCHER
The provider itself do not provide a filesystem.
|
static Capability |
Capability.FS_ATTRIBUTES
File system attributes are supported.
|
static Capability |
Capability.GET_LAST_MODIFIED
File get last-modified time is supported.
|
static Capability |
Capability.GET_TYPE
The file type can be determined.
|
static Capability |
Capability.JUNCTIONS
Junctions are supported.
|
static Capability |
Capability.LAST_MODIFIED
File last-modified time is supported.
|
static Capability |
Capability.LIST_CHILDREN
Children of files can be listed.
|
static Capability |
Capability.MANIFEST_ATTRIBUTES
The set of attributes defined by the Jar manifest specification are
supported.
|
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.READ_CONTENT
File content can be read.
|
static Capability |
Capability.RENAME
Files can be renamed.
|
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.URI
URI are supported.
|
static Capability |
Capability.VIRTUAL
A virtual filesystem can be an archive like tar or zip.
|
static Capability |
Capability.WRITE_CONTENT
File content can be written.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileSystem.hasCapability(Capability capability)
Determines if this file system has a particular capability.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFileSystem.hasCapability(Capability capability)
Determines if this file system has a particular capability.
|