Uses of Interface
org.jline.reader.Highlighter
-
Packages that use Highlighter Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of Highlighter in org.jline.reader
Methods in org.jline.reader that return Highlighter Modifier and Type Method Description HighlighterLineReader. getHighlighter()Returns the highlighter associated with this LineReader.Methods in org.jline.reader with parameters of type Highlighter Modifier and Type Method Description LineReaderBuilderLineReaderBuilder. highlighter(Highlighter highlighter)Sets the highlighter to be used for syntax highlighting. -
Uses of Highlighter in org.jline.reader.impl
Classes in org.jline.reader.impl that implement Highlighter Modifier and Type Class Description classDefaultHighlighterDefault implementation of theHighlighterinterface.Fields in org.jline.reader.impl declared as Highlighter Modifier and Type Field Description protected HighlighterLineReaderImpl. highlighterMethods in org.jline.reader.impl that return Highlighter Modifier and Type Method Description HighlighterLineReaderImpl. getHighlighter()Methods in org.jline.reader.impl with parameters of type Highlighter Modifier and Type Method Description voidLineReaderImpl. setHighlighter(Highlighter highlighter)
-