public class Base extends Object
| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getExtension() |
String |
getGroupId() |
String |
getVersion() |
void |
setArtifactId(String artifactId)
Set the artifactId of the baseline artifact.
|
void |
setClassifier(String classifier)
Set the classifier of the baseline artifact.
|
void |
setExtension(String extension)
Set the extension of the baseline artifact.
|
void |
setGroupId(String groupId)
Set the groupId of the baseline artifact.
|
void |
setVersion(String version)
Set the version or version range of the baseline artifact.
|
String |
toString() |
public String getGroupId()
public void setGroupId(String groupId)
groupId - The groupId of the baseline artifact. This defaults to the
groupId of the project.public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - The artifactId of the baseline artifact. This defaults
to the artifactId of the project.public String getVersion()
public void setVersion(String version)
version - The version or version range of the baseline artifact.
This defaults to the highest version less than the version of
the project's artifact.public String getClassifier()
public void setClassifier(String classifier)
classifier - The classifier of the baseline artifact. This defaults
to the classifier of the project's artifact.public String getExtension()
public void setExtension(String extension)
extension - The extension of the baseline artifact. This defaults to
the extension of the project's artifact.Copyright © 2021. All rights reserved.