public class ReactorProjectIdentitiesStub extends ReactorProjectIdentities
| Constructor and Description |
|---|
ReactorProjectIdentitiesStub(File projectRoot)
Creates a dummy
ReactorProjectIdentities instance with the given directory as project
root, the "target" sub-folder as build output directory, and the last segment of the project
root path as artifactId. |
ReactorProjectIdentitiesStub(File projectRoot,
String artifactId) |
ReactorProjectIdentitiesStub(String artifactId)
Creates a dummy
ReactorProjectIdentities instance with a GAV with the given
artifactId. |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
File |
getBasedir() |
BuildOutputDirectory |
getBuildDirectory() |
String |
getGroupId() |
String |
getVersion() |
equals, hashCodepublic ReactorProjectIdentitiesStub(String artifactId)
ReactorProjectIdentities instance with a GAV with the given
artifactId. The project root and build directory members remain undefined.public ReactorProjectIdentitiesStub(File projectRoot)
ReactorProjectIdentities instance with the given directory as project
root, the "target" sub-folder as build output directory, and the last segment of the project
root path as artifactId.public String getGroupId()
getGroupId in class ReactorProjectIdentitiespublic String getArtifactId()
getArtifactId in class ReactorProjectIdentitiespublic String getVersion()
getVersion in class ReactorProjectIdentitiespublic File getBasedir()
getBasedir in class ReactorProjectIdentitiespublic BuildOutputDirectory getBuildDirectory()
getBuildDirectory in class ReactorProjectIdentitiesCopyright © 2008-2015 Eclipse Foundation. All Rights Reserved.