public class Version extends Object
Constructor and Description |
---|
Version()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Version |
asInstallerVersion() |
static String |
format()
Deprecated.
|
static String |
getBuild()
Deprecated.
|
String |
getBuildId() |
String |
getFormat() |
String |
getLongFormat() |
int |
getMajor() |
int |
getMinor() |
int |
getRelease() |
static String |
longFormat()
Deprecated.
|
String |
toString() |
public Version()
@Deprecated public static String format()
@Deprecated public static String longFormat()
@Deprecated public static String getBuild()
public int getMinor()
public int getMajor()
public int getRelease()
public String getBuildId()
public String getFormat()
public String getLongFormat()
public Version asInstallerVersion()