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 StyleResolver
Options.HelpException.defaultStyle()
static StyleResolver
Styles.helpStyle()
Gets a StyleResolver for help text using HELP_COLORS format.static StyleResolver
Styles.lsStyle()
Gets a StyleResolver for file listings using LS_COLORS format.static StyleResolver
Styles.prntStyle()
Gets a StyleResolver for print output using PRNT_COLORS format.static StyleResolver
static StyleResolver
Methods in org.jline.builtins with parameters of type StyleResolverModifier and TypeMethodDescriptionprotected 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.style
Subclasses of StyleResolver in org.jline.styleModifier and TypeClassDescriptionclass
Resolves named (or source-referenced)AttributedStyle
for a specific style group.