Class AbstractXmlInputStreamRepository

All Implemented Interfaces:
IRuntimeRepository
Direct Known Subclasses:
AbstractClassLoadingRuntimeRepository

public abstract class AbstractXmlInputStreamRepository extends AbstractTocBasedRuntimeRepository
An abstract repository that handles loading Faktor-IPS runtime information from XML as InputStreams. The concrete runtime repositories provide these streams, for example the ClassloaderRuntimeRepository uses ClassLoader.getResourceAsStream(String) to load the XML resources.