Package | Description |
---|---|
com.redhat.thermostat.common.cli |
Modifier and Type | Interface and Description |
---|---|
interface |
FileNameTabCompleter
A stub interface for marking a TabCompleter which specifically provides file name completions.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletionFinderTabCompleter
Provides shell tab completions as provided by
CompletionFinder s. |
class |
StringsTabCompleter |
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.