Package org.eclipse.tycho.versions.pom
Class GAV
- java.lang.Object
-
- org.eclipse.tycho.versions.pom.GAV
-
public class GAV extends Object
-
-
Constructor Summary
Constructors Constructor Description GAV(de.pdark.decentxml.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getGroupId()
String
getVersion()
void
setVersion(String version)
-