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