Package org.eclipse.tycho.osgi.adapters
Class MavenReactorProjectIdentities
- java.lang.Object
-
- org.eclipse.tycho.ReactorProjectIdentities
-
- org.eclipse.tycho.osgi.adapters.MavenReactorProjectIdentities
-
public class MavenReactorProjectIdentities extends ReactorProjectIdentities
-
-
Constructor Summary
Constructors Constructor Description MavenReactorProjectIdentities(org.apache.maven.project.MavenProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
File
getBasedir()
BuildOutputDirectory
getBuildDirectory()
String
getGroupId()
String
getVersion()
-
Methods inherited from class org.eclipse.tycho.ReactorProjectIdentities
equals, hashCode
-
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
- Specified by:
getGroupId
in classReactorProjectIdentities
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactId
in classReactorProjectIdentities
-
getVersion
public String getVersion()
- Specified by:
getVersion
in classReactorProjectIdentities
-
getBasedir
public File getBasedir()
- Specified by:
getBasedir
in classReactorProjectIdentities
-
getBuildDirectory
public BuildOutputDirectory getBuildDirectory()
- Specified by:
getBuildDirectory
in classReactorProjectIdentities
-
-