Class FileContentEntity

java.lang.Object
org.pentaho.reporting.libraries.repository.file.FileContentEntity
All Implemented Interfaces:
Serializable, ContentEntity
Direct Known Subclasses:
FileContentItem, FileContentLocation

public abstract class FileContentEntity extends Object implements ContentEntity, Serializable
A content-entity that uses a java.io.File as backend. The entity can read the LibRepositoryBoot.SIZE_ATTRIBUTE and can read and write the LibRepositoryBoot.VERSION_ATTRIBUTE.
Author:
Thomas Morgner
See Also: