public class ReactorProjectIdentitiesStub extends Object implements ReactorProjectIdentities
Constructor and Description |
---|
ReactorProjectIdentitiesStub(File projectRoot) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
File |
getBasedir() |
BuildOutputDirectory |
getBuildDirectory() |
String |
getGroupId() |
String |
getVersion() |
public ReactorProjectIdentitiesStub(File projectRoot)
public String getGroupId()
getGroupId
in interface ReactorProjectIdentities
public String getArtifactId()
getArtifactId
in interface ReactorProjectIdentities
public String getVersion()
getVersion
in interface ReactorProjectIdentities
public File getBasedir()
getBasedir
in interface ReactorProjectIdentities
public BuildOutputDirectory getBuildDirectory()
getBuildDirectory
in interface ReactorProjectIdentities
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.