@Singleton public class VariableNameCompleter extends Object implements jline.console.completer.Completer
Completer for variable names.
Keeps up to date automatically by handling variable-related events.| Constructor and Description |
|---|
VariableNameCompleter(EventManager events,
javax.inject.Provider<Variables> variables) |
@Inject public VariableNameCompleter(EventManager events, javax.inject.Provider<Variables> variables)
public int complete(String buffer, int cursor, List<CharSequence> candidates)
complete in interface jline.console.completer.CompleterCopyright © 2008-2012 Sonatype. All Rights Reserved.