public class ArtifactCoordsImpl extends Object implements ArtifactCoords, Serializable
| Constructor and Description |
|---|
ArtifactCoordsImpl(String groupId,
String artifactId,
String version) |
ArtifactCoordsImpl(String groupId,
String artifactId,
String classifier,
String version,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
public static final String TYPE_JAR
public String getGroupId()
getGroupId in interface ArtifactCoordspublic String getArtifactId()
getArtifactId in interface ArtifactCoordspublic String getClassifier()
getClassifier in interface ArtifactCoordspublic String getVersion()
getVersion in interface ArtifactCoordspublic String getType()
getType in interface ArtifactCoordsCopyright © 2021 JBoss by Red Hat. All rights reserved.