Modifier and Type | Field and Description |
---|---|
String |
help |
String |
longOpt |
char |
shortOpt |
Constructor and Description |
---|
OptHandler() |
Modifier and Type | Method and Description |
---|---|
abstract E |
handle(OptParse<E> parser,
E e,
String arg)
handler for the option
|
public abstract E handle(OptParse<E> parser, E e, String arg)
parser
- the parser object that called this handlere
- the object to modify according to the optionarg
- the (optional) argument to the optionCopyright © 2022. All rights reserved.