public class PrintSubtreeInDataSource extends CLI
CLI.Argument| Constructor and Description |
|---|
PrintSubtreeInDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Protempa protempa,
org.apache.commons.cli.CommandLine commandLine)
Implemented with whatever is done with the instance of PROTEMPA
created with
#initialize(java.lang.String), and processing of
any arguments and command line options specified in
CLI.addCustomCliOptions(org.apache.commons.cli.Options). |
static void |
main(String[] args) |
addCustomCliOptions, close, execute, getArguments, getShellCommand, initialize, initializeExecuteAndClose, isConfigurationIdEnabled, printException, processOptionsAndArgspublic void execute(Protempa protempa, org.apache.commons.cli.CommandLine commandLine) throws CLIException
CLI#initialize(java.lang.String), and processing of
any arguments and command line options specified in
CLI.addCustomCliOptions(org.apache.commons.cli.Options). The
default implementation is a no-op.execute in class CLIprotempa - an instance of Protempa.commandLine - the CommandLine options passed in by the
caller.CLIException - if some exception was thrown by the implementation
of this method. The convention is for any such exceptions to be nested
in an instance of CLIException.public static void main(String[] args)
Copyright © 2012–2017 Emory University. All rights reserved.