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 line)
Parse a line in the form "g:a:v"
|
String |
toExternalForm() |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String toExternalForm()
public static GAV parse(String line) throws IllegalArgumentException
IllegalArgumentException
- if line is not well-formedCopyright © 2008–2018 Eclipse Foundation. All rights reserved.