org.andromda.core.common
Class BuildInformation

java.lang.Object
  extended by org.andromda.core.common.BuildInformation

public class BuildInformation
extends java.lang.Object

This class provides statistics on how the build was performed.

Author:
Martin West, Chad Brandon

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

instance

public static BuildInformation instance()
Gets the shared instance of the BuildInformation.

Returns:
the shared BuildInformation instance.

getBuildVersion

public java.lang.String getBuildVersion()
Return the name of the operating system and version.

Returns:
Returns the build version.

getBuildBuilder

public java.lang.String getBuildBuilder()
Return the user name of the id which built the system.

Returns:
Returns the build builder.

getBuildDate

public java.lang.String getBuildDate()
Return the timestamp of the build.

Returns:
Returns the build date.

getBuildJdk

public java.lang.String getBuildJdk()
Return the vendor and jdk version.

Returns:
Returns the build jdk.

getBuildSystem

public java.lang.String getBuildSystem()
Return the name of the operating system and version.

Returns:
Returns the build system.


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.