public abstract class SimpleTokenCompleter extends Object implements CommandCompleter
| Constructor and Description |
|---|
SimpleTokenCompleter() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(CommandCompleterState state) |
abstract Iterable<?> |
getCompletionTokens()
Return a list of tokens to be considered as possible completions for the current input buffer.
|
public abstract Iterable<?> getCompletionTokens()
Object.toString() method is appropriately overloaded; the value returned will be used in
completion.public void complete(CommandCompleterState state)
complete in interface CommandCompleterCopyright © 2013 JBoss by Red Hat. All Rights Reserved.