com.flat502.rox
Class Version
java.lang.Object
com.flat502.rox.Version
public class Version
- extends java.lang.Object
Exposes version information for Rox.
The version information in this Class is captured at build time and
is available for programmatic access in addition to being used to
construct the default values for the HTTP UserAgent and Server headers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version()
getMajorVersion
public static int getMajorVersion()
getMinorVersion
public static int getMinorVersion()
getRevision
public static int getRevision()
getDescription
public static java.lang.String getDescription()
main
public static void main(java.lang.String[] args)