public class UserCommandCompleter extends Object implements CommandCompleter
| Constructor and Description |
|---|
UserCommandCompleter(PlatformManager platformManager)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSuggestions(String arguments,
CommandLocals locals)
Get a list of suggestions based on input.
|
public UserCommandCompleter(PlatformManager platformManager)
platformManager - the platform managerpublic 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 © 2010-2014. All Rights Reserved.