Java org.apache.commons.vfs2 Capability fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2 Capability fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2 Capability.

The text is from its open source code.

Field

CapabilityWRITE_CONTENT
File content can be written.
CapabilityAPPEND_CONTENT
File content can be appended.
CapabilitySET_LAST_MODIFIED_FILE
File set last-modified time is supported.
CapabilitySET_LAST_MODIFIED_FOLDER
folder set last-modified time is supported.
CapabilityCREATE
Files can be created.
CapabilityDISPATCHER
The provider itself do not provide a filesystem.
CapabilityCOMPRESS
A compressed filesystem is a filesystem which use compression.
CapabilityVIRTUAL
A virtual filesystem can be an archive like tar or zip.