Class Version


  • public class Version
    extends java.lang.Object
    Contains the version numbers for this library.

    Use the accessor methods, not the constants, in your source code.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getMajorVersion()
      The Major Version Number (Currently "1").
      static int getMinorVersion()
      The Minor Version Number (Currently "0").
      static int getRevision()
      The Revision Number (if known) (Currently "0").
      static java.lang.String getVersionString()
      The Version String (Currently "1.0.0").
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait