Uses of Interface
org.eclipse.emf.ecp.core.ECPRepositoryManager

Packages that use ECPRepositoryManager
org.eclipse.emf.ecp.core.rap   
org.eclipse.emf.ecp.core.util   
org.eclipse.emf.ecp.internal.core   
 

Uses of ECPRepositoryManager in org.eclipse.emf.ecp.core.rap
 

Methods in org.eclipse.emf.ecp.core.rap that return ECPRepositoryManager
 ECPRepositoryManager ECPRepositoryManagerFactory.getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration)
          this method returns the ECPRepositoryManager service for the current session.
 

Methods in org.eclipse.emf.ecp.core.rap with parameters of type ECPRepositoryManager
 void ECPRepositoryManagerFactory.ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration, ECPRepositoryManager service)
          this method is called to unget a service from a service registration.
 

Method parameters in org.eclipse.emf.ecp.core.rap with type arguments of type ECPRepositoryManager
 ECPRepositoryManager ECPRepositoryManagerFactory.getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration)
          this method returns the ECPRepositoryManager service for the current session.
 void ECPRepositoryManagerFactory.ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration, ECPRepositoryManager service)
          this method is called to unget a service from a service registration.
 

Uses of ECPRepositoryManager in org.eclipse.emf.ecp.core.util
 

Methods in org.eclipse.emf.ecp.core.util that return ECPRepositoryManager
static ECPRepositoryManager ECPUtil.getECPRepositoryManager()
          Helper method to get the instance of the ECPRepositoryManager.
 

Uses of ECPRepositoryManager in org.eclipse.emf.ecp.internal.core
 

Classes in org.eclipse.emf.ecp.internal.core that implement ECPRepositoryManager
 class ECPRepositoryManagerImpl
          This class manages the repositories.
 

Methods in org.eclipse.emf.ecp.internal.core that return ECPRepositoryManager
static ECPRepositoryManager Activator.getECPRepositoryManager()
          Helper method to get the ECPRepositoryManager.
 



Copyright © 2015. All Rights Reserved.