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)
           
 
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

complete

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


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