| Constructor and Description |
|---|
CommandLineOption(char shortOption,
String longOption,
boolean hasArgument)
Create a new instance of the command line option
|
public CommandLineOption(char shortOption,
String longOption,
boolean hasArgument)
shortOption - the single character for the optionlongOption - the name of the long optionhasArgument - if this option takes a mandatory argumentCopyright © 2017. All rights reserved.