| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjline.SimpleCompletorjline.ClassNameCompletorpublic class ClassNameCompletorextends SimpleCompletorNested 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 IOExceptionComplete candidates using all the classes available in the java CLASSPATH.
public ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter filter) throws IOException