public class ClassNameCompleter
extends jline.console.completer.StringsCompleter
Completer
that completes
java class names. By default, it scans the java class path to locate all the
classes.Constructor and Description |
---|
ClassNameCompleter()
Completes candidates using all the classes available in the
java CLASSPATH.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getClassNames() |
public ClassNameCompleter() throws IOException
IOException
- on errorpublic static Set<String> getClassNames() throws IOException
IOException
Copyright © 2015–2016 Julian Hyde. All rights reserved.