| 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 | |
Field Summary |
Fields inherited from class jline.SimpleCompletor | |
candidates, delimiter, filter | |
Constructor Summary | |
| |
Method Summary | |
private static Set |
|
static String[] | |
Methods inherited from class jline.SimpleCompletor | |
addCandidateString, clone, complete, getCandidates, getDelimiter, getStrings, setCandidateStrings, setCandidates, setDelimiter | |
public ClassNameCompletor()
throws IOExceptionComplete candidates using all the classes available in the java CLASSPATH.
public ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter filter) throws IOException
private static Set getClassFiles(String root,
Set holder,
File directory,
int[] maxDirectories)public static String[] getClassNames()
throws IOException