Package org.faktorips.runtime.internal.toc

Interface Summary
IReadonlyTableOfContents This is the interface for readonly table of contents used by the runtime repositories.
ITocEntryFactory<T extends TocEntryObject> A ITocEntryFactory implementation is used to load TocEntryObjects of a given type identified by their XML tag.
 

Class Summary
AbstractReadonlyTableOfContents A table of contents for the runtime repository.
AbstractTocEntryFactory<T extends TocEntryObject>  
AbstractTocEntryFactory.EnumContentTocEntryFactory  
AbstractTocEntryFactory.EnumXmlAdapterTocEntryFactory  
AbstractTocEntryFactory.FormulaTestTocEntryFactory  
AbstractTocEntryFactory.PolicyCmptTypeTocEntryFactory  
AbstractTocEntryFactory.ProductCmptTocEntryFactory  
AbstractTocEntryFactory.ProductCmptTypeTocEntryFactory  
AbstractTocEntryFactory.TableContentTocEntryFactory  
AbstractTocEntryFactory.TestCaseTocEntryFactory  
CustomTocEntryObject<T> A TOC entry for a custom type of runtime object.
EnumContentTocEntry A TocEntryObject representing an enum content element
EnumXmlAdapterTocEntry A TocEntryObject representing a enum xml adapter element
FormulaTestTocEntry A special kind of TestCaseTocEntry for formula test entries
GenerationTocEntry A toc entry that refers to an ips object generation.
ModelTypeTocEntry This TocEntryObject represents an entry for model types
PolicyCmptTypeTocEntry This special kind of ModelTypeTocEntry represents an entry for policy component types
ProductCmptTocEntry A TocEntryObject for IProductComponents
ProductCmptTypeTocEntry This special kind of ModelTypeTocEntry represents an entry for product component types
ReadonlyTableOfContents Default implementation of ReadonlyTableOfContents.
TableContentTocEntry A TocEntryObject for table contents
TestCaseTocEntry A TocEntryObject for test cases
TocEntry The class represents an entry in the repository's table of contents.
TocEntryObject A toc entry that represents a product component, a table, a test case or an enum content identified by the qualified name.
 



Copyright © 2015. All rights reserved.