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, hashCode
public 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 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–2021 Eclipse Foundation. All rights reserved.