org.jruby.ext
Class Readline.ProcCompletor

java.lang.Object
  extended by org.jruby.ext.Readline.ProcCompletor
All Implemented Interfaces:
jline.Completor
Enclosing class:
Readline

public static class Readline.ProcCompletor
extends java.lang.Object
implements jline.Completor


Constructor Summary
Readline.ProcCompletor(IRubyObject procCompletor)
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
static java.lang.String getDelimiter()
           
static void setDelimiter(java.lang.String delimiter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Readline.ProcCompletor

public Readline.ProcCompletor(IRubyObject procCompletor)
Method Detail

getDelimiter

public static java.lang.String getDelimiter()

setDelimiter

public static void setDelimiter(java.lang.String delimiter)

complete

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


Copyright © 2002-2009 JRuby Team. All Rights Reserved.