org.formaria.aria.build
Class Version

java.lang.Object
  extended by org.formaria.aria.build.Version

public class Version
extends java.lang.Object

Contains the build numbers

Copyright (c) Formaria Ltd., 2008


Field Summary
static java.lang.String ARIA_RELEASE_VERSION
          The release number
static java.lang.String ARIA_VERSION
           
 
Constructor Summary
Version()
           
 
Method Summary
static int getBuildNumber()
          Get the version number.
static int getVersionNumber()
          Get the version number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARIA_RELEASE_VERSION

public static final java.lang.String ARIA_RELEASE_VERSION
The release number

See Also:
Constant Field Values

ARIA_VERSION

public static final java.lang.String ARIA_VERSION
See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

getBuildNumber

public static int getBuildNumber()
Get the version number.

Returns:
120 for version 1.20

getVersionNumber

public static int getVersionNumber()
Get the version number.

Returns:
120 for version 1.20