org.jruby.ext
Class Readline.RubyFileNameCompletor

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

public static class Readline.RubyFileNameCompletor
extends FileNameCompletor


Constructor Summary
Readline.RubyFileNameCompletor()
           
 
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.RubyFileNameCompletor

public Readline.RubyFileNameCompletor()
Method Detail

complete

public int complete(java.lang.String buffer,
                    int cursor,
                    java.util.List candidates)


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