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 |
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 IOException
Complete 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