public static class Artifact.GACE extends Object implements Comparable<Artifact.GACE>
Constructor and Description |
---|
GACE(String groupId,
String artifactId,
String classifier,
String extension) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Artifact.GACE o) |
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getExtension() |
String |
getGroupId() |
int |
hashCode() |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getClassifier()
public String getExtension()
public int compareTo(Artifact.GACE o)
compareTo
in interface Comparable<Artifact.GACE>
Copyright © 2023 JBoss by Red Hat. All rights reserved.