org.entityfs.cap.entityattrs
Interface FSCEntityAttributes

All Superinterfaces:
FileSystemCapability
All Known Implementing Classes:
FSCEntityAttributesImpl, FSCNtfsAttributes, FSCUnixAttributes

public interface FSCEntityAttributes
extends FileSystemCapability

This interface is implemented by the file system capabilities that provide entity attributes.

All entity attribute capability implementations support both their specific capability type, such as NTFS entity attributes, and the generic FSCEntityAttributes capability. This capability can be used by clients that do not want to restrict themselves to specific capability implementations. They may instead choose to query the entity attributes objects for different properties such as if they implement UidGidConfigurable, for instance.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-entity_attributes