jline
Class ClassNameCompletor
java.lang.Object
jline.SimpleCompletor
jline.ClassNameCompletor
- All Implemented Interfaces:
- Cloneable, Completor
- public class ClassNameCompletor
- extends SimpleCompletor
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
ClassNameCompletor
public ClassNameCompletor()
throws IOException
- Complete candidates using all the classes available in the
java CLASSPATH.
ClassNameCompletor
public ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter filter)
throws IOException
getClassNames
public static String[] getClassNames()
throws IOException
- Throws:
IOException
Copyright © 2002-2008. All Rights Reserved.