net.sf.xslthl
Class Version
java.lang.Object
net.sf.xslthl.Version
public class Version
- extends java.lang.Object
Version information for xslthl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version()
getVersion
public static java.lang.String getVersion()
- Returns:
- the version string
getMajor
public static int getMajor()
- Returns:
- the major version number
getMinor
public static int getMinor()
- Returns:
- the minor version number
getRevision
public static int getRevision()
- Returns:
- the revision number
getReleaseType
public static java.lang.String getReleaseType()
- Returns:
- the release type: alpha, beta, rc, or null for stable releases