org.jruby.ext
Class Readline.ReadlineHistory

java.lang.Object
  extended by jline.History
      extended by org.jruby.ext.Readline.ReadlineHistory
Enclosing class:
Readline

public static class Readline.ReadlineHistory
extends jline.History


Constructor Summary
Readline.ReadlineHistory()
           
 
Method Summary
 java.lang.String pop()
           
 java.lang.String remove(int i)
           
 void set(int i, java.lang.String s)
           
 void setCurrentIndex(int i)
           
 
Methods inherited from class jline.History
addToHistory, clear, current, flushBuffer, getCurrentIndex, getHistoryList, getMaxSize, getOutput, load, load, moveToEnd, moveToFirstEntry, moveToLastEntry, next, previous, setHistoryFile, setMaxSize, setOutput, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Readline.ReadlineHistory

public Readline.ReadlineHistory()
Method Detail

setCurrentIndex

public void setCurrentIndex(int i)

set

public void set(int i,
                java.lang.String s)

pop

public java.lang.String pop()

remove

public java.lang.String remove(int i)


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