org.apache.geronimo.system.serverinfo
Class ServerConstants

java.lang.Object
  extended by org.apache.geronimo.system.serverinfo.ServerConstants

public class ServerConstants
extends java.lang.Object

Information about this build of the server.

Version:
$Rev: 1175711 $ $Date: 2011-09-26 16:15:24 +0800 (Mon, 26 Sep 2011) $

Constructor Summary
ServerConstants()
           
 
Method Summary
static java.lang.String getBuildDate()
          Gets the date the server was built
static java.lang.String getBuildTime()
          Gets the time the server was built
static java.lang.String getCopyright()
          Gets the copyright message for the server
static java.lang.String getVersion()
          Gets the server version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConstants

public ServerConstants()
Method Detail

getVersion

public static java.lang.String getVersion()
Gets the server version

Returns:
version of the server

getBuildDate

public static java.lang.String getBuildDate()
Gets the date the server was built

Returns:
date of the server build

getBuildTime

public static java.lang.String getBuildTime()
Gets the time the server was built

Returns:
time of the server build

getCopyright

public static java.lang.String getCopyright()
Gets the copyright message for the server

Returns:


Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.