org.jruby.ext
Class Readline.ConsoleHolder

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

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


Field Summary
 jline.Completor currentCompletor
           
 jline.History history
           
 jline.ConsoleReader readline
           
 
Constructor Summary
Readline.ConsoleHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readline

public jline.ConsoleReader readline

currentCompletor

public jline.Completor currentCompletor

history

public jline.History history
Constructor Detail

Readline.ConsoleHolder

public Readline.ConsoleHolder()


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