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