Package org.apache.uima.aae
Class UimaAsVersion
- java.lang.Object
-
- org.apache.uima.aae.UimaAsVersion
-
public class UimaAsVersion extends java.lang.Object
This class is used to define current UIMA AS version
-
-
Constructor Summary
Constructors Constructor Description UimaAsVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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
-
-