org.jruby.ext
Class Readline.ProcCompletor

java.lang.Object
  extended by org.jruby.ext.Readline.ProcCompletor
Enclosing class:
Readline

public static class Readline.ProcCompletor
extends java.lang.Object


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)


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