be.lassi.util
Class Version
java.lang.Object
be.lassi.util.Version
public class Version
- extends java.lang.Object
This class defines the current version of Lassi.
Method Summary |
static java.lang.String |
getId()
Gets the version number. |
static java.lang.String |
getTimestamp()
Gets the build timestamp (filled in from build.xml). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public static java.lang.String getId()
- Gets the version number.
- Returns:
- the version number
getTimestamp
public static java.lang.String getTimestamp()
- Gets the build timestamp (filled in from build.xml).
- Returns:
- the build timestamp