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

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

Introduction

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

The text is from its open source code.

Field

CapabilityREAD_CONTENT
File content can be read.
CapabilityWRITE_CONTENT
File content can be written.
CapabilityCREATE
Files can be created.
CapabilityDELETE
Files can be deleted.
CapabilityGET_TYPE
The file type can be determined.
CapabilityLIST_CHILDREN
Children of files can be listed.