org.entityfs.cap.entity
Class FCAppendableImpl

java.lang.Object
  extended by org.entityfs.cap.AbstractEntityCapability<EFile>
      extended by org.entityfs.cap.entity.FCAppendableImpl
All Implemented Interfaces:
FCAppendable, EntityCapability

public class FCAppendableImpl
extends AbstractEntityCapability<EFile>
implements FCAppendable

This is the default, empty, implementation of FCAppendable.

Since:
1.0
Author:
Karl Gustafsson

Constructor Summary
FCAppendableImpl(EFile f)
           
 
Method Summary
 
Methods inherited from class org.entityfs.cap.AbstractEntityCapability
assertIsValid, getEntity, getEntityInternal, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.entityfs.cap.EntityCapability
getEntity, isValid
 

Constructor Detail

FCAppendableImpl

public FCAppendableImpl(EFile f)