org.harctoolbox.irscrutinizer
Class Version

java.lang.Object
  extended by org.harctoolbox.irscrutinizer.Version

public class Version
extends java.lang.Object

This class contains version and license information and constants.


Field Summary
static java.lang.String appName
           
static java.lang.String currentVersionUrl
          URL containing current official version.
static java.lang.String homepageUrl
          Project home page.
static java.lang.String licenseString
          Verbal description of the license of the current work.
static int mainVersion
           
static int subminorVersion
           
static int subVersion
           
static java.lang.String thirdPartyString
          Verbal description of licenses of third-party components.
static java.lang.String version
           
static java.lang.String versionString
           
static java.lang.String versionSuffix
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

licenseString

public static final java.lang.String licenseString
Verbal description of the license of the current work.

See Also:
Constant Field Values

thirdPartyString

public static final java.lang.String thirdPartyString
Verbal description of licenses of third-party components.

See Also:
Constant Field Values

appName

public static final java.lang.String appName
See Also:
Constant Field Values

mainVersion

public static final int mainVersion
See Also:
Constant Field Values

subVersion

public static final int subVersion
See Also:
Constant Field Values

subminorVersion

public static final int subminorVersion
See Also:
Constant Field Values

versionSuffix

public static final java.lang.String versionSuffix
See Also:
Constant Field Values

versionString

public static final java.lang.String versionString
See Also:
Constant Field Values

version

public static final java.lang.String version
See Also:
Constant Field Values

homepageUrl

public static final java.lang.String homepageUrl
Project home page.

See Also:
Constant Field Values

currentVersionUrl

public static final java.lang.String currentVersionUrl
URL containing current official version.

See Also:
Constant Field Values