Uses of Class
org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
-
Packages that use AbstractTocBasedRuntimeRepository Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.productdataprovider -
-
Uses of AbstractTocBasedRuntimeRepository in org.faktorips.runtime
Subclasses of AbstractTocBasedRuntimeRepository in org.faktorips.runtime Modifier and Type Class Description classClassloaderRuntimeRepositoryA runtime repository that loads the resources by callingClassLoader.getResourceAsStream(String) -
Uses of AbstractTocBasedRuntimeRepository in org.faktorips.runtime.internal
Subclasses of AbstractTocBasedRuntimeRepository in org.faktorips.runtime.internal Modifier and Type Class Description classAbstractClassLoadingRuntimeRepositoryAn abstract repository that handles the common stuff between theAbstractTocBasedRuntimeRepositoryand the concrete runtime repositories. -
Uses of AbstractTocBasedRuntimeRepository in org.faktorips.runtime.productdataprovider
Subclasses of AbstractTocBasedRuntimeRepository 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.
-