| java.lang.Object com.jcorporate.expresso.services.test.CommandLineParser
CommandLineParser | public class CommandLineParser (Code) | | Parser class for parsing the command line to get config directory and
webapp directory
Required arguments:
/configDir =
/webAppDir =
author: Michael Rimov version: $Revision: 1.9 $ $Date: 2004/11/17 20:48:22 $ |
Method Summary | |
protected static void | parseArgv(String argv, HashMap commandArgs) Parse the command line to get things like config dir, etc. | public static String[] | parseCommandLine(String[] args) Processes the command line arguments and
returns the rest of the command line after we extract what we want. |
CommandLineParser | public CommandLineParser()(Code) | | |
parseArgv | protected static void parseArgv(String argv, HashMap commandArgs)(Code) | | Parse the command line to get things like config dir, etc.
Parameters: argv - Parameters: commandArgs - - the Hashtable to put properly formatted parameters into |
parseCommandLine | public static String[] parseCommandLine(String[] args) throws Exception(Code) | | Processes the command line arguments and
returns the rest of the command line after we extract what we want.
|
|
|