Uses of Interface
org.faktorips.runtime.IRuntimeRepositoryManager
Packages that use IRuntimeRepositoryManager
Package
Description
-
Uses of IRuntimeRepositoryManager in org.faktorips.runtime
Classes in org.faktorips.runtime that implement IRuntimeRepositoryManagerModifier and TypeClassDescriptionclassThis is aIRuntimeRepositoryManagerfor theClassloaderRuntimeRepository.Methods in org.faktorips.runtime that return types with arguments of type IRuntimeRepositoryManagerModifier and TypeMethodDescriptionIRuntimeRepositoryManager.getAllReferencedRepositoryManagers()Collect all referenced manager.IRuntimeRepositoryManager.getDirectlyReferencedRepositoryManagers()Get the list of direct references managers.Methods in org.faktorips.runtime with parameters of type IRuntimeRepositoryManagerModifier and TypeMethodDescriptionvoidIRuntimeRepositoryManager.addDirectlyReferencedManager(IRuntimeRepositoryManager manager) Use this method to add a referencedIRuntimeRepositoryManager. -
Uses of IRuntimeRepositoryManager in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IRuntimeRepositoryManagerModifier and TypeClassDescriptionclassTheAbstractRuntimeRepositoryManagermanages the referencedIRuntimeRepositoryManager.Methods in org.faktorips.runtime.internal that return types with arguments of type IRuntimeRepositoryManagerModifier and TypeMethodDescriptionAbstractRuntimeRepositoryManager.getAllReferencedRepositoryManagers()AbstractRuntimeRepositoryManager.getDirectlyReferencedRepositoryManagers()Methods in org.faktorips.runtime.internal with parameters of type IRuntimeRepositoryManagerModifier and TypeMethodDescriptionfinal voidAbstractRuntimeRepositoryManager.addDirectlyReferencedManager(IRuntimeRepositoryManager manager) -
Uses of IRuntimeRepositoryManager in org.faktorips.runtime.productdataprovider
Classes in org.faktorips.runtime.productdataprovider that implement IRuntimeRepositoryManagerModifier and TypeClassDescriptionclassTheDetachedContentRuntimeRepositoryManagermanages the access to theDetachedContentRuntimeRepository.Methods in org.faktorips.runtime.productdataprovider that return IRuntimeRepositoryManagerModifier and TypeMethodDescriptionDetachedContentRuntimeRepositoryManager.Builder.build()This method builds aDetachedContentRuntimeRepositoryManager.