Package org.apache.uima.aae
Class UimaAsVersion
java.lang.Object
org.apache.uima.aae.UimaAsVersion
This class is used to define current UIMA AS version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic short
Gets the build revision number of the UIMA AS implementation.static String
static short
Gets the major version number of the UIMA AS implementation.static short
Gets the minor version number of the UIMA AS implementation.static String
static String
-
Constructor Details
-
UimaAsVersion
public UimaAsVersion()
-
-
Method Details
-
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
-
getFullVersionString
- Returns:
- the build version, including any suffixes, as a String
-
getUimajFullVersionString
- Returns:
- the build version of uimaj that this build depends on, as a String
-