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.
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of Highlighter in org.jline.console.impl
Classes in org.jline.console.impl that implement HighlighterModifier and TypeClassDescriptionclassHighlighter 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 -
Uses of Highlighter in org.jline.shell
Methods in org.jline.shell with parameters of type HighlighterModifier and TypeMethodDescriptionShellBuilder.highlighter(Highlighter highlighter) Sets a custom highlighter for the shell'sLineReader. -
Uses of Highlighter in org.jline.shell.impl
Classes in org.jline.shell.impl that implement HighlighterModifier and TypeClassDescriptionclassCommand-aware syntax highlighter for the shell.Constructors in org.jline.shell.impl with parameters of type HighlighterModifierConstructorDescriptionCommandHighlighter(CommandDispatcher dispatcher, Highlighter delegate) Creates a command highlighter with an optional delegate.