|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.kernow.util.CommandLineParamParser
public class CommandLineParamParser
Constructor Summary | |
---|---|
CommandLineParamParser()
Creates a new instance of CommandLineParamParser |
Method Summary | |
---|---|
static java.util.HashMap<java.lang.String,java.lang.Object> |
parseParams(java.lang.String[] args,
int startIndex)
Extracts name value pairs from the parameters section of the commandline |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandLineParamParser()
Method Detail |
---|
public static java.util.HashMap<java.lang.String,java.lang.Object> parseParams(java.lang.String[] args, int startIndex)
args
- The commmand line arguments arraystartIndex
- The index at which the parameters start
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |