Uses of Class
org.eclipse.emf.ecp.core.exceptions.ECPProjectWithNameExistsException

Packages that use ECPProjectWithNameExistsException
org.eclipse.emf.ecp.cdo.internal.core   
org.eclipse.emf.ecp.core   
org.eclipse.emf.ecp.core.rap.test   
org.eclipse.emf.ecp.core.util   
org.eclipse.emf.ecp.emfstore.core.internal   
org.eclipse.emf.ecp.internal.core   
 

Uses of ECPProjectWithNameExistsException in org.eclipse.emf.ecp.cdo.internal.core
 

Methods in org.eclipse.emf.ecp.cdo.internal.core that throw ECPProjectWithNameExistsException
 void CDOBranchWrapper.checkout(String projectName, ECPProperties projectProperties)
          This method is called in order execute the checkout.
 

Uses of ECPProjectWithNameExistsException in org.eclipse.emf.ecp.core
 

Methods in org.eclipse.emf.ecp.core that throw ECPProjectWithNameExistsException
 ECPProject ECPProjectManager.createProject(ECPProvider provider, String name)
          Method to construct an offline Project, this method calls ECPProjectManager.createProject(ECPProvider, String, ECPProperties) with empty properties.
 ECPProject ECPProjectManager.createProject(ECPProvider provider, String name, ECPProperties properties)
          Method to construct an offline Project and notify listeners about this add.
 ECPProject ECPProjectManager.createProject(ECPRepository repository, String name, ECPProperties properties)
          Method to construct an shared Project, e.g.
 

Uses of ECPProjectWithNameExistsException in org.eclipse.emf.ecp.core.rap.test
 

Methods in org.eclipse.emf.ecp.core.rap.test that throw ECPProjectWithNameExistsException
 void RAPFactories_PTest.testServices()
          test that the ECPProjectManagerFacotry returns a working ECPProjectManager.
 

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

Methods in org.eclipse.emf.ecp.core.util that throw ECPProjectWithNameExistsException
 void ECPCheckoutSource.checkout(String projectName, ECPProperties projectProperties)
          This method is called in order execute the checkout.
 

Uses of ECPProjectWithNameExistsException in org.eclipse.emf.ecp.emfstore.core.internal
 

Methods in org.eclipse.emf.ecp.emfstore.core.internal that throw ECPProjectWithNameExistsException
 void EMFStoreProjectWrapper.checkout(String projectName, ECPProperties projectProperties)
          This method is called in order execute the checkout.
 

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

Methods in org.eclipse.emf.ecp.internal.core that throw ECPProjectWithNameExistsException
 ECPProject ECPProjectManagerImpl.createProject(ECPProvider provider, String name)
          Method to construct an offline Project, this method calls ECPProjectManager.createProject(ECPProvider, String, ECPProperties) with empty properties.
 ECPProject ECPProjectManagerImpl.createProject(ECPProvider provider, String name, ECPProperties properties)
          Method to construct an offline Project and notify listeners about this add.
 ECPProject ECPProjectManagerImpl.createProject(ECPRepository repository, String name, ECPProperties properties)
          Method to construct an shared Project, e.g.
 



Copyright © 2015. All Rights Reserved.