|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.gridshell.getopt.app.ArgParserImpl
An Implementation of ArgParser which parsers based on a Decission Tree
| Constructor Summary | |
ArgParserImpl()
Our constructor which accepts an instance of GetOpt |
|
| Method Summary | |
static void |
main(String[] args)
Used for debug |
void |
parse(GetOpt getOpt,
String commandLine)
Parses a command line input into the getGetOpt() |
static String |
processVariablesForScope(String value,
Scope scope)
Processes variables in scope for value using this ArgParserImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArgParserImpl()
| Method Detail |
public void parse(GetOpt getOpt,
String commandLine)
ArgParser
parse in interface ArgParsercommandLine - - the value entered at the commandline to parse
public static String processVariablesForScope(String value,
Scope scope)
value - scope -
public static void main(String[] args)
args -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||