public final class Version
extends java.lang.Object
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBuildNumber() |
static java.lang.String |
getFullVersion() |
static int |
getMajor() |
static int |
getMinor() |
static int |
getRevision() |
static java.lang.String |
getVersion() |
public static java.lang.String getVersion()
public static java.lang.String getFullVersion()
public static int getMajor()
public static int getMinor()
public static int getRevision()
public static int getBuildNumber()