Uses of Class
org.jline.utils.StyleResolver
Packages that use StyleResolver
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
JLine Style package provides a comprehensive styling system for terminal output.
-
Uses of StyleResolver in org.jline.builtins
Methods in org.jline.builtins that return StyleResolverModifier and TypeMethodDescriptionstatic StyleResolverOptions.HelpException.defaultStyle()static StyleResolverStyles.helpStyle()Gets a StyleResolver for help text using HELP_COLORS format.static StyleResolverStyles.lsStyle()Gets a StyleResolver for file listings using LS_COLORS format.static StyleResolverStyles.prntStyle()Gets a StyleResolver for print output using PRNT_COLORS format.static StyleResolverstatic StyleResolverMethods in org.jline.builtins with parameters of type StyleResolverModifier and TypeMethodDescriptionprivate static AttributedStringBuilderOptions.HelpException._highlightComment(String comment, StyleResolver resolver) private static AttributedStringBuilderOptions.HelpException._highlightSyntax(String syntax, StyleResolver resolver, boolean subcommand) protected StringCompleters.FileNameCompleter.getDisplay(Terminal terminal, Path p, StyleResolver resolver, String separator) static AttributedStringOptions.HelpException.highlight(String msg, StyleResolver resolver) static AttributedStringOptions.HelpException.highlightComment(String comment, StyleResolver resolver) static AttributedStringOptions.HelpException.highlightSyntax(String syntax, StyleResolver resolver) static AttributedStringOptions.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 StyleResolverDefaultPrinter.prntStyleprivate StyleResolverSystemHighlighter.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 AttributedStringConsolePrompt.UiConfig.toAttributedString(StyleResolver resolver, String string, String styleKey) -
Uses of StyleResolver in org.jline.style
Subclasses of StyleResolver in org.jline.styleModifier and TypeClassDescriptionclassResolves named (or source-referenced)AttributedStylefor a specific style group.