Package org.entityfs.cap

Interfaces for entity and file system capability implementations.

See:
          Description

Interface Summary
CapabilityProvider A capability provider adds file system and entity capabilities to a file system.
EntityCapability This is the interface for an entity capability; a capability that adds functionality to an entity in some way.
EntityCapabilityType<T extends EntityCapability> This interface defines a type object for identifying entity capability types.
FileSystemCapability A file system capability adds capabilities to a file system implementation.
FileSystemCapabilityType<T extends FileSystemCapability> This interface defines a type object for identifying file system capability types.
 

Class Summary
AbstractEntityCapability<T extends Entity> This may be used as a base class for entity capability implementations.
 

Exception Summary
InvalidCapabilityException Exception thrown when a client tries to use an invalid entity capability.
UnsupportedCapabilityException Exception that flags that a requested capability is not supported by the file system implementation or by any of its capability providers.
 

Package org.entityfs.cap Description

Interfaces for entity and file system capability implementations.

Since:
1.0
Author:
Karl Gustafsson