org.apache.catalina.util
Class ServerInfo

java.lang.Object
  extended byorg.apache.catalina.util.ServerInfo

public class ServerInfo
extends java.lang.Object

Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.

Version:
$Id: ServerInfo.java 939526 2010-04-30 00:39:28Z kkolinko $
Author:
Craig R. McClanahan

Constructor Summary
ServerInfo()
           
 
Method Summary
static java.lang.String getServerBuilt()
          Return the server built time for this version of Tomcat.
static java.lang.String getServerInfo()
          Return the server identification for this version of Tomcat.
static java.lang.String getServerNumber()
          Return the server's version number.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfo

public ServerInfo()
Method Detail

getServerInfo

public static java.lang.String getServerInfo()
Return the server identification for this version of Tomcat.


getServerBuilt

public static java.lang.String getServerBuilt()
Return the server built time for this version of Tomcat.


getServerNumber

public static java.lang.String getServerNumber()
Return the server's version number.


main

public static void main(java.lang.String[] args)


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.