Package org.eclipse.tycho
Class ReactorProjectIdentities
- java.lang.Object
-
- org.eclipse.tycho.ReactorProjectIdentities
-
- Direct Known Subclasses:
MavenReactorProjectIdentities
public abstract class ReactorProjectIdentities extends Object
All values (GAV, project base directory, and target directory) by which a Tycho reactor project can be uniquely identified.
-
-
Constructor Summary
Constructors Constructor Description ReactorProjectIdentities()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
abstract String
getArtifactId()
abstract File
getBasedir()
abstract BuildOutputDirectory
getBuildDirectory()
abstract String
getGroupId()
abstract String
getVersion()
int
hashCode()
-
-
-
Method Detail
-
getGroupId
public abstract String getGroupId()
-
getArtifactId
public abstract String getArtifactId()
-
getVersion
public abstract String getVersion()
-
getBasedir
public abstract File getBasedir()
-
getBuildDirectory
public abstract BuildOutputDirectory getBuildDirectory()
-
-