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