org.sonatype.tycho.versions.pom
Class GAV

java.lang.Object
  extended by org.sonatype.tycho.versions.pom.GAV

public class GAV
extends Object


Constructor Summary
GAV(de.pdark.decentxml.Element element)
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GAV

public GAV(de.pdark.decentxml.Element element)
Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


Copyright © 2008-2011. All Rights Reserved.