public class Application extends Object
| Constructor and Description | 
|---|
Application()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
main(String[] args)
Runs the application 
 | 
protected org.apache.commons.cli.CommandLine | 
parseCLI(String[] args)
Parses the command line input arguments 
 | 
public static void main(String[] args)
args - the command line argumentsprotected org.apache.commons.cli.CommandLine parseCLI(String[] args) throws org.apache.commons.cli.ParseException
args - the command line argumentsorg.apache.commons.cli.ParseException - Exception thrown when there is error parsing command line argumentsCopyright © 2020 National Institute of Standards and Technology. All rights reserved.