Uses of Class
org.jline.console.impl.SystemHighlighter.FileHighlightCommand
-
Packages that use SystemHighlighter.FileHighlightCommand Package Description org.jline.console.impl -
-
Uses of SystemHighlighter.FileHighlightCommand in org.jline.console.impl
Fields in org.jline.console.impl with type parameters of type SystemHighlighter.FileHighlightCommand Modifier and Type Field Description protected java.util.Map<java.lang.String,SystemHighlighter.FileHighlightCommand>
SystemHighlighter. fileHighlight
Methods in org.jline.console.impl with parameters of type SystemHighlighter.FileHighlightCommand Modifier and Type Method Description protected AttributedString
SystemHighlighter. doFileArgsHighlight(LineReader reader, java.lang.String buffer, SystemHighlighter.FileHighlightCommand fhc)
protected AttributedString
SystemHighlighter. doFileOptsHighlight(LineReader reader, java.lang.String buffer, SystemHighlighter.FileHighlightCommand fhc)
-