Uses of Class
org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
-
Packages that use AbstractCachingRuntimeRepository Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.productdataprovider -
-
Uses of AbstractCachingRuntimeRepository in org.faktorips.runtime
Subclasses of AbstractCachingRuntimeRepository in org.faktorips.runtime Modifier and Type Class Description classClassloaderRuntimeRepositoryA 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.internal Modifier and Type Class Description classAbstractClassLoadingRuntimeRepositoryAn abstract repository that handles the common stuff between theAbstractTocBasedRuntimeRepositoryand the concrete runtime repositories.classAbstractTocBasedRuntimeRepositoryAbstract 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
Subclasses of AbstractCachingRuntimeRepository in org.faktorips.runtime.productdataprovider Modifier and Type Class Description classDetachedContentRuntimeRepository/** TheDetachedContentRuntimeRepositoryis a runtime repository that is able to parse the product data provided from aIProductDataProviderand instantiates the necessary objects.
-