|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.CommandLineParser
public class CommandLineParser
Parse the command line and call DeployMe main class
| Constructor Summary | |
|---|---|
CommandLineParser()
|
|
| Method Summary | |
|---|---|
protected static java.lang.String |
checkArgEntry(java.lang.String argEntry)
Check if the arg begin with '-' and remove '-' |
static void |
main(java.lang.String[] args)
Main |
protected static CommandLine |
parseCommandLine(java.lang.String[] args)
Parse the command line |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandLineParser()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - command lineprotected static CommandLine parseCommandLine(java.lang.String[] args)
args - command line
protected static java.lang.String checkArgEntry(java.lang.String argEntry)
argEntry - the argument to check
java.lang.IllegalArgumentException - when argEntry doesn't begin with '-'
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||