Uses of Interface
org.jline.reader.LineReader
-
Packages that use LineReader Package Description org.jline.reader JLine 3.org.jline.reader.impl org.jline.reader.impl.completer JLine 3.org.jline.reader.impl.history JLine 3. -
-
Uses of LineReader in org.jline.reader
Methods in org.jline.reader that return LineReader Modifier and Type Method Description LineReaderLineReaderBuilder. build()LineReaderLineReader. option(LineReader.Option option, boolean value)LineReaderLineReader. variable(String name, Object value)Methods in org.jline.reader with parameters of type LineReader Modifier and Type Method Description voidHistory. 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.AttributedStringHighlighter. highlight(LineReader reader, String buffer)Constructors in org.jline.reader with parameters of type LineReader Constructor Description PrintAboveWriter(LineReader reader) -
Uses of LineReader in org.jline.reader.impl
Classes in org.jline.reader.impl that implement LineReader Modifier and Type Class Description classLineReaderImplA reader for terminal applications.Methods in org.jline.reader.impl that return LineReader Modifier and Type Method Description LineReaderLineReaderImpl. option(LineReader.Option option, boolean value)LineReaderLineReaderImpl. variable(String name, Object value)Methods in org.jline.reader.impl with parameters of type LineReader Modifier and Type Method Description 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)AttributedStringDefaultHighlighter. 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 LineReader Modifier and Type Method Description voidAggregateCompleter. 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 LineReader Modifier and Type Method Description voidDefaultHistory. attach(LineReader reader)Constructors in org.jline.reader.impl.history with parameters of type LineReader Constructor Description DefaultHistory(LineReader reader)
-