程序包 jline
类 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.
-
嵌套类概要
从类继承的嵌套类/接口 jline.SimpleCompletor
SimpleCompletor.NoOpFilter, SimpleCompletor.SimpleCompletorFilter
-
构造器概要
构造器构造器说明Complete candidates using all the classes available in the java CLASSPATH. -
方法概要
从类继承的方法 jline.SimpleCompletor
addCandidateString, clone, complete, getCandidates, getDelimiter, setCandidates, setCandidateStrings, setDelimiter
-
构造器详细资料
-
ClassNameCompletor
Complete candidates using all the classes available in the java CLASSPATH.- 抛出:
IOException
-
ClassNameCompletor
- 抛出:
IOException
-
-
方法详细资料
-
getClassNames
- 抛出:
IOException
-