Uses of Interface
org.jline.reader.LineReader
Packages that use LineReader
Package
Description
JLine 3.
JLine 3.
JLine 3.
-
Uses of LineReader in org.jline.reader
Methods in org.jline.reader that return LineReaderModifier and TypeMethodDescriptionLineReaderBuilder.build()LineReader.option(LineReader.Option option, boolean value) Methods in org.jline.reader with parameters of type LineReaderModifier and TypeMethodDescriptionvoidHistory.attach(LineReader reader) Initialize the history for the given reader.voidCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) Populates candidates with a list of possible completions for the command line.Highlighter.highlight(LineReader reader, String buffer) Highlight bufferdefault voidHighlighter.refresh(LineReader reader) Refresh highlight configurationConstructors in org.jline.reader with parameters of type LineReader -
Uses of LineReader in org.jline.reader.impl
Classes in org.jline.reader.impl that implement LineReaderMethods in org.jline.reader.impl that return LineReaderMethods in org.jline.reader.impl with parameters of type LineReaderModifier and TypeMethodDescriptionstatic voidInputRC.configure(LineReader reader, InputStream is) static voidInputRC.configure(LineReader reader, Reader r) static voidInputRC.configure(LineReader reader, URL url) static booleanReaderUtils.getBoolean(LineReader reader, String name, boolean def) static intReaderUtils.getInt(LineReader reader, String name, int def) static longReaderUtils.getLong(LineReader reader, String name, long def) static StringReaderUtils.getString(LineReader reader, String name, String def) DefaultHighlighter.highlight(LineReader reader, String buffer) static booleanReaderUtils.isSet(LineReader reader, LineReader.Option option) -
Uses of LineReader in org.jline.reader.impl.completer
Methods in org.jline.reader.impl.completer with parameters of type LineReaderModifier and TypeMethodDescriptionvoidAggregateCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) Perform a completion operation across all aggregated completers.voidArgumentCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) voidFileNameCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) Deprecated.voidNullCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) voidStringsCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) voidSystemCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) -
Uses of LineReader in org.jline.reader.impl.history
Methods in org.jline.reader.impl.history with parameters of type LineReaderConstructors in org.jline.reader.impl.history with parameters of type LineReader