Type | Name and description |
---|---|
private CommandLine.ParseResult |
parseResult |
private Map |
savedTypeOptions |
Constructor and description |
---|
OptionAccessor
(CommandLine.ParseResult parseResult) |
OptionAccessor
() |
Type Params | Return Type | Name and description |
---|---|---|
|
List |
arguments() |
<T> |
T |
defaultValue(String name) |
<T> |
T |
getAt(TypedOption typedOption) |
<T> |
T |
getAt(TypedOption typedOption, T defaultValue) |
|
Properties |
getOptionProperties(String name) |
<T> |
T |
getOptionValue(TypedOption typedOption) |
<T> |
T |
getOptionValue(TypedOption typedOption, T defaultValue) |
|
Object |
getProperty(String name) |
|
boolean |
hasOption(TypedOption typedOption) |
|
Object |
invokeMethod(String name, Object args) |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.