celeboss
Class Version

java.lang.Object
  extended byceleboss.Version

public final class Version
extends java.lang.Object

Class describes the Version information

Version:
1.0
Author:
bevans

Field Summary
static java.lang.String BUILD_NUMBER
          The build number of tool
static java.lang.String MAJOR_NUMBER
          The Major build number of tool
static java.lang.String MINOR_NUMBER
          The Minor build number of tool
static java.lang.String PATCH_NUMBER
          The Patch build number of tool
 
Method Summary
static java.lang.String getVersion()
          Returns a string description of the version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR_NUMBER

public static final java.lang.String MAJOR_NUMBER
The Major build number of tool

See Also:
Constant Field Values

MINOR_NUMBER

public static final java.lang.String MINOR_NUMBER
The Minor build number of tool

See Also:
Constant Field Values

PATCH_NUMBER

public static final java.lang.String PATCH_NUMBER
The Patch build number of tool

See Also:
Constant Field Values

BUILD_NUMBER

public static final java.lang.String BUILD_NUMBER
The build number of tool

See Also:
Constant Field Values
Method Detail

getVersion

public static java.lang.String getVersion()
Returns a string description of the version

Returns:
Version name