Uses of Class
org.faktorips.runtime.internal.AbstractRuntimeRepository
-
Packages that use AbstractRuntimeRepository Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.productdataprovider -
-
Uses of AbstractRuntimeRepository in org.faktorips.runtime
Subclasses of AbstractRuntimeRepository in org.faktorips.runtime Modifier and Type Class Description classClassloaderRuntimeRepositoryA runtime repository that loads the resources by callingClassLoader.getResourceAsStream(String)classInMemoryRuntimeRepositoryA runtime repository that keeps its data in memory. -
Uses of AbstractRuntimeRepository in org.faktorips.runtime.internal
Subclasses of AbstractRuntimeRepository in org.faktorips.runtime.internal Modifier and Type Class Description classAbstractCachingRuntimeRepositoryThis abstract runtime repository handles the caching for already loaded instances.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 AbstractRuntimeRepository in org.faktorips.runtime.productdataprovider
Subclasses of AbstractRuntimeRepository 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.
-