@Portable public class GAV extends Object
Constructor and Description |
---|
GAV() |
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() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setVersion(String version) |
String |
toString() |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.