jline

Class ClassNameCompletor

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

Constructor Summary
ClassNameCompletor()
Complete candidates using all the classes available in the java CLASSPATH.
ClassNameCompletor(SimpleCompletorFilter filter)
Method Summary
static String[]getClassNames()

Constructor Detail

ClassNameCompletor

public ClassNameCompletor()
Complete candidates using all the classes available in the java CLASSPATH.

ClassNameCompletor

public ClassNameCompletor(SimpleCompletorFilter filter)

Method Detail

getClassNames

public static String[] getClassNames()
Copyright © 2002-2009 null. All Rights Reserved.