public class DatabaseListCommand extends JannovarCommand
args, options, verbosity
Constructor and Description |
---|
DatabaseListCommand(String[] argv) |
Modifier and Type | Method and Description |
---|---|
protected JannovarOptions |
parseCommandLine(String[] argv)
Function for parsing the command line.
|
void |
run()
Perform the downloading.
|
public DatabaseListCommand(String[] argv) throws CommandLineParsingException, HelpRequestedException
public void run() throws JannovarException
run
in class JannovarCommand
JannovarException
- on problems executing the command.protected JannovarOptions parseCommandLine(String[] argv) throws CommandLineParsingException, HelpRequestedException
JannovarCommand
parseCommandLine
in class JannovarCommand
argv
- command line to parse, as in the program's main functionJannovarOptions
with the programs' configurationCommandLineParsingException
- on problems with the command lineHelpRequestedException
- when the user requested the help pageCopyright © 2016. All rights reserved.