org.jruby.ext
Class Readline.RubyFileNameCompletor

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

public static class Readline.RubyFileNameCompletor
extends jline.FileNameCompletor


Constructor Summary
Readline.RubyFileNameCompletor()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 
Methods inherited from class jline.FileNameCompletor
matchFiles, sortFileNames
 
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)
Specified by:
complete in interface jline.Completor
Overrides:
complete in class jline.FileNameCompletor


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