Package | Description |
---|---|
com.redhat.thermostat.common.cli |
Modifier and Type | Field and Description |
---|---|
static CliCommandOption |
CliCommandOption.POSITIONAL_ARG_COMPLETION
Special constant for use with
CompleterService , which indicates a "meta-option" which is really
the first non-option argument. |
Modifier and Type | Method and Description |
---|---|
Map<CliCommandOption,? extends TabCompleter> |
AbstractCompleterService.getOptionCompleters() |
Map<CliCommandOption,? extends TabCompleter> |
CompleterService.getOptionCompleters()
Provides the mapping of options to corresponding completers.
|
Map<CliCommandOption,? extends TabCompleter> |
AbstractCompleterCommand.getOptionCompleters() |
Map<String,Map<CliCommandOption,? extends TabCompleter>> |
AbstractCompleterService.getSubcommandCompleters() |
Map<String,Map<CliCommandOption,? extends TabCompleter>> |
CompleterService.getSubcommandCompleters()
Provides the mapping of subcommand options to corresponding completers.
|
Map<String,Map<CliCommandOption,? extends TabCompleter>> |
AbstractCompleterCommand.getSubcommandCompleters() |
Copyright © 2017. All rights reserved.