Package org.entityfs.cap.fs

Generic file system capabilities.

See:
          Description

Interface Summary
FSCAppendableFiles This is a marker capability that flags that a file system's files are appendable.
FSCPersistent This is a marker capability that flags that the file system works against a persistent backend.
FSCRandomAccessFiles This is a marker capability that flags that files in this file system can be opened for random access.
 

Class Summary
FSCAppendableFilesImpl This is the default (empty) implementation of FSCAppendableFiles.
FSCPersistentImpl This is the default (empty) implementation of FSCPersistent.
FSCRandomAccessFilesImpl This is the default (empty) implementation of FSCRandomAccessFiles.
FSCTAppendableFiles This is the capability identifier for the FSCAppendableFiles file system capability.
FSCTPersistent This is the capability identifier for the FSCPersistent file system capability.
FSCTRandomAccessFiles This is the capability identifier for the FSCRandomAccessFiles file system capability.
 

Package org.entityfs.cap.fs Description

Generic file system capabilities.

Since:
1.0
Author:
Karl Gustafsson