Package jline
Class ClassNameCompletor
java.lang.Object
jline.SimpleCompletor
jline.ClassNameCompletor
A Completor implementation that completes java class names. By default,
it scans the java class path to locate all the classes.
- Author:
- Marc Prud'hommeaux
-
Nested Class Summary
Nested classes/interfaces inherited from class jline.SimpleCompletor
SimpleCompletor.NoOpFilter, SimpleCompletor.SimpleCompletorFilter
-
Constructor Summary
ConstructorsConstructorDescriptionComplete candidates using all the classes available in the java CLASSPATH. -
Method Summary
Methods inherited from class jline.SimpleCompletor
addCandidateString, clone, complete, getCandidates, getDelimiter, setCandidates, setCandidateStrings, setDelimiter
-
Constructor Details
-
ClassNameCompletor
Complete candidates using all the classes available in the java CLASSPATH.- Throws:
IOException
-
ClassNameCompletor
- Throws:
IOException
-
-
Method Details
-
getClassNames
- Throws:
IOException
-