public final class BuildInformation extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBuildBuilder()
Return the user name of the id which built the system.
|
String |
getBuildDate()
Return the timestamp of the build.
|
String |
getBuildJdk()
Return the vendor and jdk version.
|
String |
getBuildSystem()
Return the name of the operating system and version.
|
String |
getBuildVersion()
Return the name of the operating system and version.
|
static BuildInformation |
instance()
Gets the shared instance of the BuildInformation.
|
public static BuildInformation instance()
public String getBuildVersion()
public String getBuildBuilder()
public String getBuildDate()
public String getBuildJdk()
public String getBuildSystem()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.