org.entityfs.cap.entityattrs
Class FSCTEntityAttributes

java.lang.Object
  extended by org.entityfs.cap.entityattrs.FSCTEntityAttributes
All Implemented Interfaces:
FileSystemCapabilityType<FSCEntityAttributes>

public final class FSCTEntityAttributes
extends Object
implements FileSystemCapabilityType<FSCEntityAttributes>

The singleton instance of this class (TYPE) identifies the FSCEntityAttributes file system capability.

All entity attribute capability implementations support both their specific capability type, such as NTFS entity attributes, and the generic FSCEntityAttributes capability.

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

Field Summary
static FSCTEntityAttributes TYPE
          The singleton instance.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final FSCTEntityAttributes TYPE
The singleton instance.

Method Detail

toString

public String toString()
Overrides:
toString in class Object