org.andromda.core.common
Class BuildInformation

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

public final class BuildInformation
extends Object

This class provides statistics on how the build was performed.

Author:
Martin West, Chad Brandon

Method Summary
 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.
 
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 String getBuildVersion()
Return the name of the operating system and version.

Returns:
Returns the build version.

getBuildBuilder

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

Returns:
Returns the build builder.

getBuildDate

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

Returns:
Returns the build date.

getBuildJdk

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

Returns:
Returns the build jdk.

getBuildSystem

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

Returns:
Returns the build system.


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