org.entityfs.cap
Interface FileSystemCapability

All Known Subinterfaces:
FSCAppendableFiles, FSCFileResolvable, FSCJarFileBacked, FSCPersistent, FSCRandomAccessFiles, FSCUriResolvable, FSCZipFileBacked
All Known Implementing Classes:
FSCAppendableFilesImpl, FSCPersistentImpl, FSCRandomAccessFilesImpl, FSCZipFileBackedImpl

public interface FileSystemCapability

A file system capability adds capabilities to a file system implementation. A file system capability type is identified by a singleton FileSystemCapabilityType instance.

File system capability implementation class names start with the prefix FSC.

An capability implementation can be had by calling FileSystem.getCapability(FileSystemCapabilityType).

All file system capability classes' names start with FSC.

Since:
1.0
Author:
Karl Gustafsson
See Also:
FileSystemCapabilityType, EntityCapability