|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjline.SimpleCompletor
org.codehaus.groovy.tools.shell.util.SimpleCompletor
class SimpleCompletor extends jline.SimpleCompletor
Support for simple completors.
Constructor Summary | |
SimpleCompletor(String[] candidates)
|
|
SimpleCompletor()
|
|
SimpleCompletor(Closure loader)
|
Method Summary | |
---|---|
void
|
add(String candidate)
|
int
|
complete(String buffer, int cursor, List clist)
|
Object
|
leftShift(String s)
|
Methods inherited from class jline.SimpleCompletor | |
---|---|
clone, complete, setDelimiter, getDelimiter, setCandidates, getCandidates, setCandidateStrings, addCandidateString, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public SimpleCompletor(String[] candidates)
public SimpleCompletor()
public SimpleCompletor(Closure loader)
Method Detail |
---|
public void add(String candidate)
public int complete(String buffer, int cursor, List clist)
public Object leftShift(String s)
Copyright © 2003-2009 The Codehaus. All rights reserved.