org.entityfs.cap.entityattrs
Class FSCEntityAttributesImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final FSCEntityAttributes INSTANCE
- This instance can be used instead of instantiating the class.
FSCEntityAttributesImpl
public FSCEntityAttributesImpl()