Package sqlline

Class ClassNameCompleter

  • All Implemented Interfaces:
    org.jline.reader.Completer

    public class ClassNameCompleter
    extends org.jline.reader.impl.completer.StringsCompleter
    An implementation of Completer that completes java class names. By default, it scans the java class path to locate all the classes.
    • Constructor Detail

      • ClassNameCompleter

        public ClassNameCompleter()
                           throws IOException
        Completes candidates using all the classes available in the java CLASSPATH.
        Throws:
        IOException - on error