Class ClassloaderRuntimeRepositoryManager

java.lang.Object
org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
org.faktorips.runtime.ClassloaderRuntimeRepositoryManager
All Implemented Interfaces:
IRuntimeRepositoryManager

public class ClassloaderRuntimeRepositoryManager extends AbstractRuntimeRepositoryManager
This is a IRuntimeRepositoryManager for the ClassloaderRuntimeRepository. You do not really need a IRuntimeRepositoryManager for ClassloaderRuntimeRepository and in fact this manager always return the same IRuntimeRepository.

Use this IRuntimeRepositoryManager if you think about changing the runtime repository to another e.g. DetachedContentRuntimeRepository that need to use a IRuntimeRepositoryManager later.

Author:
dirmeier