public class Version
extends java.lang.Object
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBuild()
The build version
|
static int |
getMajor()
The major version
|
static int |
getMinor()
The minor version
|
static int |
getRevision()
The revision
|
static java.lang.String |
getString()
A string representation of the version information.
|
public static int getMajor()
public static int getMinor()
public static int getBuild()
public static int getRevision()
public static java.lang.String getString()