Class Summary | |
---|---|
ContentCreationException | A exception that indicates that a new ContentEntry could not be created in the repository. |
ContentEntity | A content entity is the base interface for both data items and directory items. |
ContentIOException | A Exception that indicates repository related errors. |
ContentItem | A content item holds the actual content. |
ContentLocation | This represents a container in the repository. |
DefaultMimeRegistry | The default-mime registry contains a list of well-known file types and returns mime-information for them. |
DefaultNameGenerator | =========================================================== LibRepository : a free Java content repository access layer =========================================================== Project Info: http://reporting.pentaho.org/librepository/ (C) Copyright 2006-2008, by Pentaho Corporation and Contributors. |
DummyContentItem | A dummy content item, that does not provide any input and that does swallow all content fed into it. |
DummyContentLocation | A dummy content location holds references to all dummy items. |
DummyRepository | A dummy repositor is a empty repository that swallows all content fed into it. |
EmailContentItem | Creation-Date: 17.09.2008, 15:00:00 |
EmailContentLocation | Creation-Date: 17.09.2008, 15:00:00 |
EmailEntryOutputStream | Creation-Date: 17.09.2008, 15:00:00 |
EmailRepository | Creation-Date: 17.09.2008, 15:00:00 |
FileContentEntity | A content-entity that uses a java.io.File as backend. |
FileContentItem | A content item wrapping a file. |
FileContentLocation | A content-location that uses a directory as backend. |
FileRepository | A file-repository uses a subset of the local filesystem to provide a repository view on top of it. |
LibRepositoryBoot | The LibRepositoryBoot class is used to initialize the library before it is first used. |
LibRepositoryInfo | The LibRepositoryInfo class contains all dependency information and some common information like version, license and contributors about the library itself. |
MimeRegistry | The MimeRegistry encodes content-type information and allows to detect or query the file type of a given content item. |
NameGenerator | A name generator is a general service to generate unique names within an content location. |
NullOutputStream | A null output stream. |
Repository | A repository represents a abstract view on a filesystem. |
RepositoryUtilities | A collection of repository related helper methods that make it easier to work with repositories. |
StreamContentItem | A stream-content item that wraps around the input and output streams given in the repository. |
StreamContentLocation | A content location that wraps around a single stream. |
StreamRepository | A repository that feeds a single source. |
UrlRepository | A repository that can be globally identified by an URL. |
WrappedInputStream | Creation-Date: 13.11.2006, 17:28:24 |
WrappedOutputStream | Creation-Date: 13.11.2006, 17:30:06 |
ZipContentItem | Todo: Document Me |
ZipContentItem | Creation-Date: 01.12.2006, 21:23:25 |
ZipContentLocation | =========================================================== LibRepository : a free Java content repository access layer =========================================================== Project Info: http://reporting.pentaho.org/librepository/ (C) Copyright 2006-2008, by Pentaho Corporation and Contributors. |
ZipContentLocation | Creation-Date: 01.12.2006, 21:13:24 |
ZipEntryOutputStream | A fully buffered stream. |
ZipEntryOutputStream | A fully buffered stream. |
ZipReadContentItem | Creation-Date: 17.12.2007, 12:19:20 |
ZipReadContentLocation | |
ZipReadRepository | Provides read-only access to ZIP files. |
ZipRepository | A read-write repository based on ZIP streams. |
ZipRepository | Creation-Date: 01.12.2006, 21:12:39 |