org.sonatype.tycho.p2.repository
Class GAV
java.lang.Object
org.sonatype.tycho.p2.repository.GAV
public class GAV
- extends Object
GAV
public GAV(String groupId,
String artifactId,
String version)
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toExternalForm
public String toExternalForm()
parse
public static GAV parse(String str)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011. All Rights Reserved.