org.sonatype.tycho.p2.repository
Class GAV

java.lang.Object
  extended by org.sonatype.tycho.p2.repository.GAV

public class GAV
extends Object


Constructor Summary
GAV(String groupId, String artifactId, String version)
           
 
Method Summary
 boolean equals(Object o)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 int hashCode()
           
static GAV parse(String str)
           
 String toExternalForm()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GAV

public GAV(String groupId,
           String artifactId,
           String version)
Method Detail

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.