org.eclipse.emf.ecp.core.util
Interface ECPCheckoutSource
- All Superinterfaces:
- ECPProviderAware, ECPRepositoryAware
- All Known Implementing Classes:
- CDOBranchWrapper, EMFStoreProjectWrapper
public interface ECPCheckoutSource
- extends ECPRepositoryAware
This class describes an object that can be checked out.
- Author:
- Eike Stepper, Eugen Neufeld
getDefaultCheckoutName
String getDefaultCheckoutName()
- This return the default name for a project that was checked out.
- Returns:
- the default name
checkout
void checkout(String projectName,
ECPProperties projectProperties)
throws ECPProjectWithNameExistsException
- This method is called in order execute the checkout.
- Parameters:
projectName
- the name of the project to createprojectProperties
- the ECPProperties
to use
- Throws:
ECPProjectWithNameExistsException
- is thrown when a project with such a name already exists
Copyright © 2015. All Rights Reserved.