Uses of Class
org.jline.utils.StyleResolver
-
Packages that use StyleResolver Package Description org.jline.builtins org.jline.style -
-
Uses of StyleResolver in org.jline.builtins
Methods in org.jline.builtins that return StyleResolver Modifier and Type Method Description static StyleResolver
Options.HelpException. defaultStyle()
static StyleResolver
Styles. helpStyle()
static StyleResolver
Styles. lsStyle()
static StyleResolver
Styles. prntStyle()
static StyleResolver
Styles. style(java.lang.String style)
static StyleResolver
Styles. style(java.lang.String name, java.lang.String defStyle)
Methods in org.jline.builtins with parameters of type StyleResolver Modifier and Type Method Description protected java.lang.String
Completers.FileNameCompleter. getDisplay(Terminal terminal, java.nio.file.Path p, StyleResolver resolver, java.lang.String separator)
static AttributedString
Options.HelpException. highlight(java.lang.String msg, StyleResolver resolver)
static AttributedString
Options.HelpException. highlightComment(java.lang.String comment, StyleResolver resolver)
static AttributedString
Options.HelpException. highlightSyntax(java.lang.String syntax, StyleResolver resolver)
static AttributedString
Options.HelpException. highlightSyntax(java.lang.String syntax, StyleResolver resolver, boolean subcommands)
-
Uses of StyleResolver in org.jline.style
Subclasses of StyleResolver in org.jline.style Modifier and Type Class Description class
StyleResolver
Resolves named (or source-referenced)AttributedStyle
.
-