org.utgenome.shell
クラス POM
java.lang.Object
org.utgenome.shell.POM
public class POM
- extends Object
POM objects corresponds to a Maven project file (pom.xml)
- 作成者:
- leo
クラス 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
- 戻り値:
- revision number
Copyright © 2007-2011 utgenome.org. All Rights Reserved.