|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ext.Readline.ProcCompletor
public static class Readline.ProcCompletor
Constructor Summary | |
---|---|
Readline.ProcCompletor(IRubyObject procCompletor)
|
Method Summary | |
---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates)
|
static java.lang.String |
getDelimiter()
|
static void |
setDelimiter(java.lang.String delimiter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Readline.ProcCompletor(IRubyObject procCompletor)
Method Detail |
---|
public static java.lang.String getDelimiter()
public static void setDelimiter(java.lang.String delimiter)
public int complete(java.lang.String buffer, int cursor, java.util.List candidates)
complete
in interface jline.Completor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |