Class AbstractReadonlyTableOfContents

  • All Implemented Interfaces:
    IReadonlyTableOfContents
    Direct Known Subclasses:
    ReadonlyTableOfContents

    public abstract class AbstractReadonlyTableOfContents
    extends java.lang.Object
    implements IReadonlyTableOfContents
    A table of contents for the runtime repository.

    The table of contents contains a list of toc entries that contain the information needed to identify and load the objects stored in the repository.

    The table of contents can be extended to read toc entries for new object types by implementing and registering a ITocEntryFactory.

    Author:
    Jan Ortmann