Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
jline.SimpleCompletor
jline.ClassNameCompletor
public class ClassNameCompletor
extends SimpleCompletor
Nested Class Summary |
Nested classes/interfaces inherited from class jline.SimpleCompletor | |
SimpleCompletor.NoOpFilter , SimpleCompletor.SimpleCompletorFilter |
Constructor Summary | |
| |
Method Summary | |
static String[] |
Methods inherited from class jline.SimpleCompletor | |
addCandidateString , clone , complete , getCandidates , getDelimiter , setCandidateStrings , setCandidates , setDelimiter |
public ClassNameCompletor() throws IOException
Complete candidates using all the classes available in the java CLASSPATH.
public ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter filter) throws IOException