Uses of Interface
org.jline.reader.Highlighter
Packages that use Highlighter
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
Uses of Highlighter in org.jline.console.impl
Classes in org.jline.console.impl that implement HighlighterModifier and TypeClassDescriptionclass
Highlighter implementation that provides syntax highlighting for commands and languages. -
Uses of Highlighter in org.jline.reader
Methods in org.jline.reader that return HighlighterModifier and TypeMethodDescriptionLineReader.getHighlighter()
Returns the highlighter associated with this LineReader.Methods in org.jline.reader with parameters of type HighlighterModifier and TypeMethodDescriptionLineReaderBuilder.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 HighlighterFields in org.jline.reader.impl declared as HighlighterMethods in org.jline.reader.impl that return HighlighterMethods in org.jline.reader.impl with parameters of type Highlighter