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
-
Method Summary
-
Constructor Details
-
ReactorProjectIdentities
public ReactorProjectIdentities()
-
Method Details
-
getGroupId
public abstract String getGroupId()
-
getArtifactId
public abstract String getArtifactId()
-
getVersion
public abstract String getVersion()
-
getBasedir
public abstract File getBasedir()
-
-
-
hashCode
public final int hashCode()
- Overrides:
hashCode in class Object
-