Uses of Class
org.jline.utils.StyleResolver
Packages that use StyleResolver
Package
Description
-
Uses of StyleResolver in org.jline.builtins
Methods in org.jline.builtins that return StyleResolverModifier and TypeMethodDescriptionstatic StyleResolver
Options.HelpException.defaultStyle()
static StyleResolver
Styles.helpStyle()
static StyleResolver
Styles.lsStyle()
static StyleResolver
Styles.prntStyle()
static StyleResolver
static StyleResolver
Methods in org.jline.builtins with parameters of type StyleResolverModifier and TypeMethodDescriptionprivate static AttributedStringBuilder
Options.HelpException._highlightComment
(String comment, StyleResolver resolver) private static AttributedStringBuilder
Options.HelpException._highlightSyntax
(String syntax, StyleResolver resolver, boolean subcommand) protected String
Completers.FileNameCompleter.getDisplay
(Terminal terminal, Path p, StyleResolver resolver, String separator) static AttributedString
Options.HelpException.highlight
(String msg, StyleResolver resolver) static AttributedString
Options.HelpException.highlightComment
(String comment, StyleResolver resolver) static AttributedString
Options.HelpException.highlightSyntax
(String syntax, StyleResolver resolver) static AttributedString
Options.HelpException.highlightSyntax
(String syntax, StyleResolver resolver, boolean subcommands) -
Uses of StyleResolver in org.jline.console.impl
Fields in org.jline.console.impl declared as StyleResolverModifier and TypeFieldDescriptionprivate StyleResolver
DefaultPrinter.prntStyle
private StyleResolver
SystemHighlighter.resolver
-
Uses of StyleResolver in org.jline.consoleui.prompt
Fields in org.jline.consoleui.prompt declared as StyleResolverMethods in org.jline.consoleui.prompt that return StyleResolverMethods in org.jline.consoleui.prompt with parameters of type StyleResolverModifier and TypeMethodDescriptionprivate static AttributedString
ConsolePrompt.UiConfig.toAttributedString
(StyleResolver resolver, String string, String styleKey) -
Uses of StyleResolver in org.jline.curses.impl
Fields in org.jline.curses.impl declared as StyleResolver -
Uses of StyleResolver in org.jline.style
Subclasses of StyleResolver in org.jline.style