public class GAV extends Object
Constructor and Description |
---|
GAV(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
static GAV |
parse(String str) |
String |
toExternalForm() |
String |
toString() |
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.