examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/ant/ServerinfoTask.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    25 /**
    25 /**
    26  * Ant task that implements the <code>/serverinfo</code> command
    26  * Ant task that implements the <code>/serverinfo</code> command
    27  * supported by the Tomcat manager application.
    27  * supported by the Tomcat manager application.
    28  *
    28  *
    29  * @author Vivek Chopra
    29  * @author Vivek Chopra
    30  * @version $Id: ServerinfoTask.java,v 1.4 2015-01-28 02:10:53 vrany Exp $
    30  * @version $Id: ServerinfoTask.java,v 1.5 2015-03-20 12:08:03 vrany Exp $
    31  */
    31  */
    32 public class ServerinfoTask extends AbstractCatalinaTask {
    32 public class ServerinfoTask extends AbstractCatalinaTask {
    33 
    33 
    34     // Public Methods
    34     // Public Methods
    35 
    35