Package org.eclipse.tycho.p2.metadata
Interface ReactorProjectFacade
-
- All Superinterfaces:
IArtifactFacade
- All Known Implementing Classes:
AttachedArtifact
public interface ReactorProjectFacade extends IArtifactFacade
A facade that represents a project in the current reactor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactorProject
getReactorProject()
-
Methods inherited from interface org.eclipse.tycho.p2.metadata.IArtifactFacade
getArtifactId, getClassifier, getGroupId, getLocation, getPackagingType, getVersion
-
-
-
-
Method Detail
-
getReactorProject
ReactorProject getReactorProject()
-
-