Class AbstractRuntimeRepositoryManager

java.lang.Object
org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
All Implemented Interfaces:
IRuntimeRepositoryManager
Direct Known Subclasses:
ClassloaderRuntimeRepositoryManager, DetachedContentRuntimeRepositoryManager

public abstract class AbstractRuntimeRepositoryManager extends Object implements IRuntimeRepositoryManager
The AbstractRuntimeRepositoryManager manages the referenced IRuntimeRepositoryManager. It delegates the up-to-date check and the creation of new repositories to the subclass.