public class ArtifactCoords.Gav extends Object implements Comparable<ArtifactCoords.Gav>
| Constructor and Description |
|---|
Gav() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ArtifactCoords.Gav o) |
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
ArtifactCoords |
toArtifactCoords() |
ArtifactCoords.Ga |
toGa() |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public ArtifactCoords toArtifactCoords()
public ArtifactCoords.Ga toGa()
public int compareTo(ArtifactCoords.Gav o)
compareTo in interface Comparable<ArtifactCoords.Gav>Copyright © 2016–2022 JBoss by Red Hat. All rights reserved.