public class ResponderCLI
extends java.lang.Object
Constructor and Description |
---|
ResponderCLI(java.lang.String[] args)
Create and parse allowable options
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOptionValue(java.lang.String option)
Obtain the argument of the option provided by the user via the CLI
|
boolean |
hasOption(java.lang.String option)
Determine if an option was provided by the user via the CLI
|
public ResponderCLI(java.lang.String[] args)
public boolean hasOption(java.lang.String option)
option
- - the option of interestpublic java.lang.String getOptionValue(java.lang.String option)
option
- - the option of interest