org.utgenome.shell
Class POM
java.lang.Object
org.utgenome.shell.POM
public class POM
- extends Object
POM objects corresponds to a Maven project file (pom.xml)
- Author:
- leo
Constructor Summary |
POM()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POM
public POM()
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
setProperties
public void setProperties(POMProperties properties)
getProperties
public POMProperties getProperties()
getRevision
public String getRevision()
- Retrieves Subversion's revision number from the pom.xml file
- Returns:
- revision number
Copyright © 2007-2012 utgenome.org. All Rights Reserved.