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

All Superinterfaces:
ECPProviderAware, ECPRepositoryAware
All Known Subinterfaces:
InternalProject
All Known Implementing Classes:
ECPProjectImpl

public interface ECPProjectAware
extends ECPRepositoryAware

This interface is used to identify classes, that know the project they belong to.

Author:
Eike Stepper, Eugen Neufeld

Method Summary
 ECPProject getProject()
          This returns the project this object belongs to or references in any way.
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPRepositoryAware
getRepository
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPProviderAware
getProvider
 

Method Detail

getProject

ECPProject getProject()
This returns the project this object belongs to or references in any way.

Returns:
the known ECPProject


Copyright © 2015. All Rights Reserved.