public final class DownloadCommandLineParser extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.cli.Options |
helpOptions |
protected org.apache.commons.cli.Options |
options
options representation for the Apache commons command line parser
|
protected org.apache.commons.cli.DefaultParser |
parser
the Apache commons command line parser
|
Constructor and Description |
---|
DownloadCommandLineParser()
Calls initializeParser().
|
protected org.apache.commons.cli.Options options
protected org.apache.commons.cli.Options helpOptions
protected org.apache.commons.cli.DefaultParser parser
public DownloadCommandLineParser()
public JannovarOptions parse(String[] argv) throws org.apache.commons.cli.ParseException, HelpRequestedException
org.apache.commons.cli.ParseException
- on problems with the command lineHelpRequestedException
- if the user requested help on the command lineCopyright © 2016. All rights reserved.