org.apache.uima.aae
Class UimaAsVersion

java.lang.Object
  extended by org.apache.uima.aae.UimaAsVersion

public class UimaAsVersion
extends java.lang.Object

This class is used to define current UIMA AS version


Constructor Summary
UimaAsVersion()
           
 
Method Summary
static short getBuildRevision()
          Gets the build revision number of the UIMA AS implementation.
static java.lang.String getFullVersionString()
           
static short getMajorVersion()
          Gets the major version number of the UIMA AS implementation.
static short getMinorVersion()
          Gets the minor version number of the UIMA AS implementation.
static java.lang.String getUimajFullVersionString()
           
static java.lang.String getVersionString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UimaAsVersion

public UimaAsVersion()
Method Detail

getMajorVersion

public static short getMajorVersion()
Gets the major version number of the UIMA AS implementation.

Returns:
the major version number

getMinorVersion

public static short getMinorVersion()
Gets the minor version number of the UIMA AS implementation.

Returns:
the minor version number

getBuildRevision

public static short getBuildRevision()
Gets the build revision number of the UIMA AS implementation.

Returns:
the build revision number

getVersionString

public static java.lang.String getVersionString()

getFullVersionString

public static java.lang.String getFullVersionString()
Returns:
the build version, including any suffixes, as a String

getUimajFullVersionString

public static java.lang.String getUimajFullVersionString()
Returns:
the build version of uimaj that this build depends on, as a String


Copyright © 2012. All Rights Reserved.