public class MavenReactorProjectIdentities extends ReactorProjectIdentities
Constructor and Description |
---|
MavenReactorProjectIdentities(org.apache.maven.project.MavenProject project) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
File |
getBasedir() |
BuildOutputDirectory |
getBuildDirectory() |
String |
getGroupId() |
String |
getVersion() |
equals, hashCode
public MavenReactorProjectIdentities(org.apache.maven.project.MavenProject project)
public String getGroupId()
getGroupId
in class ReactorProjectIdentities
public String getArtifactId()
getArtifactId
in class ReactorProjectIdentities
public String getVersion()
getVersion
in class ReactorProjectIdentities
public File getBasedir()
getBasedir
in class ReactorProjectIdentities
public BuildOutputDirectory getBuildDirectory()
getBuildDirectory
in class ReactorProjectIdentities
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.