|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.common.BuildInformation
public class BuildInformation
This class provides statistics on how the build was performed.
| Method Summary | |
|---|---|
java.lang.String |
getBuildBuilder()
Return the user name of the id which built the system. |
java.lang.String |
getBuildDate()
Return the timestamp of the build. |
java.lang.String |
getBuildJdk()
Return the vendor and jdk version. |
java.lang.String |
getBuildSystem()
Return the name of the operating system and version. |
java.lang.String |
getBuildVersion()
Return the name of the operating system and version. |
static BuildInformation |
instance()
Gets the shared instance of the BuildInformation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BuildInformation instance()
public java.lang.String getBuildVersion()
public java.lang.String getBuildBuilder()
public java.lang.String getBuildDate()
public java.lang.String getBuildJdk()
public java.lang.String getBuildSystem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||