public class BootstrapParser
extends org.apache.commons.cli.BasicParser
| Constructor and Description |
|---|
BootstrapParser() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.cli.CommandLine |
parse(org.apache.commons.cli.Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption) |
void |
processArgs(org.apache.commons.cli.Option opt,
ListIterator iter) |
protected void |
processOption(String arg,
ListIterator iter) |
protected void processOption(String arg, ListIterator iter) throws org.apache.commons.cli.ParseException
processOption in class org.apache.commons.cli.Parserorg.apache.commons.cli.ParseExceptionpublic void processArgs(org.apache.commons.cli.Option opt,
ListIterator iter)
throws org.apache.commons.cli.ParseException
processArgs in class org.apache.commons.cli.Parserorg.apache.commons.cli.ParseExceptionpublic org.apache.commons.cli.CommandLine parse(org.apache.commons.cli.Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption)
throws org.apache.commons.cli.ParseException
parse in class org.apache.commons.cli.Parserorg.apache.commons.cli.ParseExceptionCopyright © 2013 LSST. All Rights Reserved.