public class ArtifactCoordinates extends Object
Constructor and Description |
---|
ArtifactCoordinates(String groupId,
String artifactId,
String version) |
ArtifactCoordinates(String groupId,
String artifactId,
String version,
String extension) |
Modifier and Type | Method and Description |
---|---|
protected String |
getArtifactId() |
protected String |
getExtension() |
protected String |
getGroupId() |
protected String |
getVersion() |
protected void |
setArtifactId(String artifactId) |
protected void |
setExtension(String extension) |
protected void |
setGroupId(String groupId) |
protected void |
setVersion(String version) |
String |
toString() |
protected String getGroupId()
protected void setGroupId(String groupId)
protected String getArtifactId()
protected void setArtifactId(String artifactId)
protected String getVersion()
protected void setVersion(String version)
protected String getExtension()
protected void setExtension(String extension)
Copyright © 2017. All rights reserved.