org.eclipse.emf.ecp.core.util
Interface ECPRepositoryAware

All Superinterfaces:
ECPProviderAware
All Known Subinterfaces:
ECPCheckoutSource, ECPProject, ECPProjectAware, InternalProject
All Known Implementing Classes:
CDOBranchWrapper, ECPProjectImpl, EMFStoreProjectWrapper

public interface ECPRepositoryAware
extends ECPProviderAware

This interface is used on classes that are aware of the repository they belong to.

Author:
Eike Stepper, Eugen Neufeld

Method Summary
 ECPRepository getRepository()
          This returns the ECPRepository this object references in any way.
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPProviderAware
getProvider
 

Method Detail

getRepository

ECPRepository getRepository()
This returns the ECPRepository this object references in any way.

Returns:
the known ECPRepository


Copyright © 2015. All Rights Reserved.