public class PlatformVersion extends Object
Constructor and Description |
---|
PlatformVersion(Properties properties) |
Modifier and Type | Method and Description |
---|---|
static String |
getBuildNumber() |
static PlatformVersion |
getInstance() |
byte |
getMajorVersion() |
static String |
getMilestone() |
byte |
getMinorVersion() |
static String |
getOfficialVersion() |
static String |
getProductHelpUrl() |
ProductType |
getProductType() |
static String |
getRevision()
Gets the git revision (sha/tag)
|
byte |
getServicePackVersion() |
int |
getShortBuildNumber() |
static String |
getShortOfficialVersion() |
int |
getSubBuildNumber() |
static String |
getVersion() |
static void |
main(String[] args) |
public PlatformVersion(Properties properties)
public static PlatformVersion getInstance()
public static void main(String[] args)
public ProductType getProductType()
public byte getMajorVersion()
public byte getMinorVersion()
public byte getServicePackVersion()
public int getShortBuildNumber()
public int getSubBuildNumber()
public static String getOfficialVersion()
public static String getShortOfficialVersion()
public static String getVersion()
public static String getRevision()
public static String getBuildNumber()
public static String getMilestone()
public static String getProductHelpUrl()
Copyright © GigaSpaces.