|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ext.Readline
public class Readline
| Nested Class Summary | |
|---|---|
static class |
Readline.ConsoleHolder
|
static class |
Readline.HistoryMethods
|
static class |
Readline.ProcCompletor
|
static class |
Readline.RubyFileNameCompletor
|
static class |
Readline.Service
|
| Constructor Summary | |
|---|---|
Readline()
|
|
| Method Summary | |
|---|---|
static void |
createReadline(Ruby runtime)
|
static Completor |
getCompletor(Readline.ConsoleHolder holder)
|
static History |
getHistory(Readline.ConsoleHolder holder)
|
static Readline.ConsoleHolder |
getHolder(Ruby runtime)
|
protected static void |
initReadline(Ruby runtime,
Readline.ConsoleHolder holder)
|
static IRubyObject |
s_readline(IRubyObject recv,
IRubyObject prompt,
IRubyObject add_to_hist)
|
static IRubyObject |
s_set_completion_append_character(IRubyObject recv,
IRubyObject achar)
|
static IRubyObject |
s_set_completion_proc(IRubyObject recv,
IRubyObject proc)
|
static void |
setCompletor(Readline.ConsoleHolder holder,
Completor completor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Readline()
| Method Detail |
|---|
public static void createReadline(Ruby runtime)
throws java.io.IOException
java.io.IOException
protected static void initReadline(Ruby runtime,
Readline.ConsoleHolder holder)
throws java.io.IOException
java.io.IOExceptionpublic static History getHistory(Readline.ConsoleHolder holder)
public static Readline.ConsoleHolder getHolder(Ruby runtime)
public static void setCompletor(Readline.ConsoleHolder holder,
Completor completor)
public static Completor getCompletor(Readline.ConsoleHolder holder)
public static IRubyObject s_readline(IRubyObject recv,
IRubyObject prompt,
IRubyObject add_to_hist)
throws java.io.IOException
java.io.IOException
public static IRubyObject s_set_completion_append_character(IRubyObject recv,
IRubyObject achar)
throws java.lang.Exception
java.lang.Exception
public static IRubyObject s_set_completion_proc(IRubyObject recv,
IRubyObject proc)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||