Uses of Interface
org.faktorips.runtime.IRuntimeRepositoryManager

Packages that use IRuntimeRepositoryManager
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
 class ClassloaderRuntimeRepositoryManager
          This is a IRuntimeRepositoryManager for the ClassloaderRuntimeRepository.
 

Methods in org.faktorips.runtime that return types with arguments of type IRuntimeRepositoryManager
 List<IRuntimeRepositoryManager> IRuntimeRepositoryManager.getAllReferencedRepositoryManagers()
          Collect all referenced manager.
 List<IRuntimeRepositoryManager> IRuntimeRepositoryManager.getDirectlyReferencedRepositoryManagers()
          Get the list of direct references managers.
 

Methods in org.faktorips.runtime with parameters of type IRuntimeRepositoryManager
 void IRuntimeRepositoryManager.addDirectlyReferencedManager(IRuntimeRepositoryManager manager)
          Use this method to add a referenced IRuntimeRepositoryManager.
 

Uses of IRuntimeRepositoryManager in org.faktorips.runtime.internal
 

Classes in org.faktorips.runtime.internal that implement IRuntimeRepositoryManager
 class AbstractRuntimeRepositoryManager
          The AbstractRuntimeRepositoryManager manages the referenced IRuntimeRepositoryManager.
 

Methods in org.faktorips.runtime.internal that return types with arguments of type IRuntimeRepositoryManager
 List<IRuntimeRepositoryManager> AbstractRuntimeRepositoryManager.getAllReferencedRepositoryManagers()
           
 List<IRuntimeRepositoryManager> AbstractRuntimeRepositoryManager.getDirectlyReferencedRepositoryManagers()
           
 

Methods in org.faktorips.runtime.internal with parameters of type IRuntimeRepositoryManager
 void AbstractRuntimeRepositoryManager.addDirectlyReferencedManager(IRuntimeRepositoryManager manager)
           
 

Uses of IRuntimeRepositoryManager in org.faktorips.runtime.productdataprovider
 

Classes in org.faktorips.runtime.productdataprovider that implement IRuntimeRepositoryManager
 class DetachedContentRuntimeRepositoryManager
          The DetachedContentRuntimeRepositoryManager manages the access to the DetachedContentRuntimeRepository.
 

Methods in org.faktorips.runtime.productdataprovider that return IRuntimeRepositoryManager
 IRuntimeRepositoryManager DetachedContentRuntimeRepositoryManager.Builder.build()
          This method builds a DetachedContentRuntimeRepositoryManager.
 



Copyright © 2015. All rights reserved.