Package org.entityfs.cap.entity

Generic entity capabilities.

See:
          Description

Interface Summary
FCAppendable This is a marker capability that flags that a file is appendable.
FCRandomAccess This is a marker capability that flags that a file can be opened for random access.
 

Class Summary
FCAppendableImpl This is the default, empty, implementation of FCAppendable.
FCRandomAccessImpl This is the default, empty, implementation of FCRandomAccess.
FCTAppendable This is the capability identifier for the FCAppendable file capability.
FCTRandomAccess This is the capability identifier for the FCRandomAccess file capability.
 

Package org.entityfs.cap.entity Description

Generic entity capabilities.

Since:
1.0
Author:
Karl Gustafsson