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