net.sf.xslthl
Class Version

java.lang.Object
  extended by net.sf.xslthl.Version

public class Version
extends java.lang.Object

Version information for xslthl


Constructor Summary
Version()
           
 
Method Summary
static int getMajor()
           
static int getMinor()
           
static java.lang.String getReleaseType()
           
static int getRevision()
           
static java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

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