Uses of Class
org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
Packages that use AbstractCachingRuntimeRepository
Package
Description
-
Uses of AbstractCachingRuntimeRepository in org.faktorips.runtime
Subclasses of AbstractCachingRuntimeRepository in org.faktorips.runtimeModifier and TypeClassDescriptionclassA runtime repository that loads the resources by callingClassLoader.getResourceAsStream(String) -
Uses of AbstractCachingRuntimeRepository in org.faktorips.runtime.internal
Subclasses of AbstractCachingRuntimeRepository in org.faktorips.runtime.internalModifier and TypeClassDescriptionclassAn 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 AbstractCachingRuntimeRepository in org.faktorips.runtime.productdataprovider
Modifier and TypeClassDescriptionclass/** TheDetachedContentRuntimeRepositoryis a runtime repository that is able to parse the product data provided from aIProductDataProviderand instantiates the necessary objects.