- java.lang.Object
-
- org.eclipse.tycho.ReactorProjectIdentities
-
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 booleanequals(Object obj)abstract StringgetArtifactId()abstract FilegetBasedir()abstract BuildDirectorygetBuildDirectory()abstract StringgetGroupId()abstract StringgetVersion()inthashCode()
-
-
-
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 BuildDirectory getBuildDirectory()
-
-