|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.japi.io.args.ArgParser
public class ArgParser
Parser for command line arguments.
Constructor Summary | |
---|---|
ArgParser()
|
Method Summary | |
---|---|
static void |
parse(Command argsContainer,
String... args)
Parses arguments into an arguments container and invokes the Command's Command#run(List method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgParser()
Method Detail |
---|
public static void parse(Command argsContainer, String... args)
Command#run(List)
method.
argsContainer
- object to hold parsed argumentsargs
- Arguments to parse
|
JAPI Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |