public interface CommandCompleter
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSuggestions(String arguments,
Namespace locals)
Get a list of suggestions based on input.
|
List<String> getSuggestions(String arguments, Namespace locals) throws CommandException
arguments - the arguments entered up to this pointlocals - the localsCommandException - thrown if there was a parsing errorCopyright © 2015. All Rights Reserved.