Package org.entityfs.cap.entityattrs

This package contains entity attribute capability interfaces, such as the ECEntityAttributes and the ECNamedEntityAttributes.

See:
          Description

Interface Summary
CreationTimeAttributes This interface combines the EntityAttributes and CreationTimeConfigurable interfaces to define entity attributes that can be configured with a creation time.
ECEntityAttributes<T extends EntityAttributes> This interface defines an entity capability that associates some kind of EntityAttributes with an entity.
ECNamedEntityAttributes<T extends EntityAttributes> This interface defines an entity capability that can associate several EntityAttributes objects with an entity.
EntityAttributes This interface is the base interface for the declaration of different entity attributes, such as NTFS or Unix attributes.
FSCEntityAttributes This interface is implemented by the file system capabilities that provide entity attributes.
NtFileAttributesAttributes This interface combines the EntityAttributes and NtFileAttributesConfigurable interfaces to define entity attributes that can be configured with NTFS file attributes.
UidGidAttributes This interface combines the EntityAttributes and UidGidConfigurable interfaces to define entity attributes that can be configured with an UID (user id) and GID (group id).
UnixEntityModeAttributes This interface tells that an EntityAttributes object is UnixEntityModeConfigurable.
 

Class Summary
ECTEntityAttributes The singleton instance of this class, ECTEntityAttributes.TYPE, identifies the ECEntityAttributes entity capability.
ECTNamedEntityAttributes The singleton instance of this class, ECTNamedEntityAttributes.TYPE, identifies the ECNamedEntityAttributes entity capability.
FSCEntityAttributesImpl Empty implementation of the FSCEntityAttributes capability interface.
FSCNamedEntityAttributes Marker file system capability for file systems that contain entities that support named entity attributes.
FSCTEntityAttributes The singleton instance of this class (FSCTEntityAttributes.TYPE) identifies the FSCEntityAttributes file system capability.
FSCTNamedEntityAttributes The singleton instance of this class (FSCTNamedEntityAttributes.TYPE) identifies the FSCNamedEntityAttributes file system capability.
 

Exception Summary
UnknownEntityAttributeException This exception is thrown by ECNamedEntityAttributes implementations when the client tries to use an undefined entity attribute.
 

Package org.entityfs.cap.entityattrs Description

This package contains entity attribute capability interfaces, such as the ECEntityAttributes and the ECNamedEntityAttributes.

Since:
1.0
Author:
Karl Gustafsson