org.entityfs.cap.entityattrs
Class FSCEntityAttributesImpl

java.lang.Object
  extended by org.entityfs.cap.entityattrs.FSCEntityAttributesImpl
All Implemented Interfaces:
FSCEntityAttributes, FileSystemCapability

public class FSCEntityAttributesImpl
extends Object
implements FSCEntityAttributes

Empty implementation of the FSCEntityAttributes capability interface. This can be used by entity attributes capabilities that don't extend the FSCEntityAttributes interface with new methods.

Instead of instantiating the object, the singleton instance INSTANCE can be used.

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

Field Summary
static FSCEntityAttributes INSTANCE
          This instance can be used instead of instantiating the class.
 
Constructor Summary
FSCEntityAttributesImpl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FSCEntityAttributes INSTANCE
This instance can be used instead of instantiating the class.

Constructor Detail

FSCEntityAttributesImpl

public FSCEntityAttributesImpl()