org.rhq.enterprise.client.utility
Class CodeCompletionCompletorWrapper

java.lang.Object
  extended by org.rhq.enterprise.client.utility.CodeCompletionCompletorWrapper
All Implemented Interfaces:
jline.Completor

public class CodeCompletionCompletorWrapper
extends Object
implements jline.Completor


Constructor Summary
CodeCompletionCompletorWrapper(org.rhq.scripting.CodeCompletion completion, PrintWriter output, jline.ConsoleReader consoleReader)
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeCompletionCompletorWrapper

public CodeCompletionCompletorWrapper(org.rhq.scripting.CodeCompletion completion,
                                      PrintWriter output,
                                      jline.ConsoleReader consoleReader)
Method Detail

complete

public int complete(String buffer,
                    int cursor,
                    List candidates)
Specified by:
complete in interface jline.Completor


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.