Uses of Class
org.faktorips.runtime.internal.AbstractRuntimeRepository
Packages that use AbstractRuntimeRepository
Package
Description
-
Uses of AbstractRuntimeRepository in org.faktorips.runtime
Subclasses of AbstractRuntimeRepository in org.faktorips.runtimeModifier and TypeClassDescriptionclassA runtime repository that loads the resources by callingClassLoader.getResourceAsStream(String)classA runtime repository that keeps its data in memory. -
Uses of AbstractRuntimeRepository in org.faktorips.runtime.internal
Subclasses of AbstractRuntimeRepository in org.faktorips.runtime.internalModifier and TypeClassDescriptionclassThis abstract runtime repository handles the caching for already loaded instances.classAn abstract repository that handles the common stuff between theAbstractTocBasedRuntimeRepositoryand the concrete runtime repositories.classAbstract base implementation of runtime repository that uses a table of contents to lazily load the product data. -
Uses of AbstractRuntimeRepository in org.faktorips.runtime.productdataprovider
Subclasses of AbstractRuntimeRepository in org.faktorips.runtime.productdataproviderModifier and TypeClassDescriptionclass/** TheDetachedContentRuntimeRepositoryis a runtime repository that is able to parse the product data provided from aIProductDataProviderand instantiates the necessary objects.