Uses of Interface
org.faktorips.runtime.IRuntimeRepositoryManager
-
Packages that use IRuntimeRepositoryManager Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.productdataprovider -
-
Uses of IRuntimeRepositoryManager in org.faktorips.runtime
Classes in org.faktorips.runtime that implement IRuntimeRepositoryManager Modifier and Type Class Description classClassloaderRuntimeRepositoryManagerThis is aIRuntimeRepositoryManagerfor theClassloaderRuntimeRepository.Methods in org.faktorips.runtime that return types with arguments of type IRuntimeRepositoryManager Modifier and Type Method Description java.util.List<IRuntimeRepositoryManager>IRuntimeRepositoryManager. getAllReferencedRepositoryManagers()Collect all referenced manager.java.util.List<IRuntimeRepositoryManager>IRuntimeRepositoryManager. getDirectlyReferencedRepositoryManagers()Get the list of direct references managers.Methods in org.faktorips.runtime with parameters of type IRuntimeRepositoryManager Modifier and Type Method Description voidIRuntimeRepositoryManager. 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 IRuntimeRepositoryManager Modifier and Type Class Description classAbstractRuntimeRepositoryManagerTheAbstractRuntimeRepositoryManagermanages the referencedIRuntimeRepositoryManager.Methods in org.faktorips.runtime.internal that return types with arguments of type IRuntimeRepositoryManager Modifier and Type Method Description java.util.List<IRuntimeRepositoryManager>AbstractRuntimeRepositoryManager. getAllReferencedRepositoryManagers()java.util.List<IRuntimeRepositoryManager>AbstractRuntimeRepositoryManager. getDirectlyReferencedRepositoryManagers()Methods in org.faktorips.runtime.internal with parameters of type IRuntimeRepositoryManager Modifier and Type Method Description voidAbstractRuntimeRepositoryManager. addDirectlyReferencedManager(IRuntimeRepositoryManager manager) -
Uses of IRuntimeRepositoryManager in org.faktorips.runtime.productdataprovider
Classes in org.faktorips.runtime.productdataprovider that implement IRuntimeRepositoryManager Modifier and Type Class Description classDetachedContentRuntimeRepositoryManagerTheDetachedContentRuntimeRepositoryManagermanages the access to theDetachedContentRuntimeRepository.Methods in org.faktorips.runtime.productdataprovider that return IRuntimeRepositoryManager Modifier and Type Method Description IRuntimeRepositoryManagerDetachedContentRuntimeRepositoryManager.Builder. build()This method builds aDetachedContentRuntimeRepositoryManager.
-