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 org.jline.utils.AttributedString
SystemHighlighter. doFileArgsHighlight(org.jline.reader.LineReader reader, java.lang.String buffer, java.util.List<java.lang.String> words, SystemHighlighter.FileHighlightCommand fhc)
protected org.jline.utils.AttributedString
SystemHighlighter. doFileOptsHighlight(org.jline.reader.LineReader reader, java.lang.String buffer, java.util.List<java.lang.String> words, SystemHighlighter.FileHighlightCommand fhc)
-