org.apache.catalina.startup
Class Tool

java.lang.Object
  extended byorg.apache.catalina.startup.Tool

public final class Tool
extends java.lang.Object

General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina. This should be executed from a command line script that conforms to the following requirements:

The command line to execute the tool looks like:

   java -classpath $CLASSPATH org.apache.catalina.startup.Tool \
     ${options} ${classname} ${arguments}
 

with the following replacement contents:

Version:
$Id: Tool.java 939529 2010-04-30 00:51:34Z kkolinko $
Author:
Craig R. McClanahan

Constructor Summary
Tool()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the bootstrap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tool

public Tool()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the bootstrap.

Parameters:
args - Command line arguments to be processed


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