Uses of Class
org.faktorips.runtime.internal.AbstractXmlInputStreamRepository
Packages that use AbstractXmlInputStreamRepository
Package
Description
-
Uses of AbstractXmlInputStreamRepository in org.faktorips.runtime
Subclasses of AbstractXmlInputStreamRepository in org.faktorips.runtimeModifier and TypeClassDescriptionclassA runtime repository that loads the resources by callingClassLoader.getResourceAsStream(String) -
Uses of AbstractXmlInputStreamRepository in org.faktorips.runtime.internal
Subclasses of AbstractXmlInputStreamRepository in org.faktorips.runtime.internalModifier and TypeClassDescriptionclassAn abstract repository that handles the common stuff between theAbstractXmlInputStreamRepositoryand the concrete runtime repositories. -
Uses of AbstractXmlInputStreamRepository 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.