org.apache.geronimo.system.serverinfo
public class: ServerConstants [javadoc |
source]
java.lang.Object
org.apache.geronimo.system.serverinfo.ServerConstants
Information about this build of the server.
- version:
$
- Rev: 476049 $ $Date: 2006-11-16 20:35:17 -0800 (Thu, 16 Nov 2006) $
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.system.serverinfo.ServerConstants Detail: |
public static String getBuildDate() {
return BUILD_DATE;
}
Gets the date the server was built |
public static String getBuildTime() {
return BUILD_TIME;
}
Gets the time the server was built |
public static String getCopyright() {
return COPYRIGHT;
}
Gets the copyright message for the server |
public static String getVersion() {
return VERSION;
}
|