Uses of Class
org.jline.utils.StyleResolver
-
Packages that use StyleResolver Package Description org.jline.builtins org.jline.console.impl org.jline.style -
-
Uses of StyleResolver in org.jline.builtins
Fields in org.jline.builtins declared as StyleResolver Modifier and Type Field Description protected static StyleResolverCompleters.FileNameCompleter. resolverMethods in org.jline.builtins that return StyleResolver Modifier and Type Method Description static StyleResolverOptions.HelpException. defaultStyle()static StyleResolverStyles. helpStyle()static StyleResolverStyles. lsStyle()static StyleResolverStyles. prntStyle()static StyleResolverStyles. style(java.lang.String style)private static StyleResolverStyles. style(java.lang.String name, java.lang.String defStyle)Methods in org.jline.builtins with parameters of type StyleResolver Modifier and Type Method Description private static AttributedStringBuilderOptions.HelpException. _highlightComment(java.lang.String comment, StyleResolver resolver)private static AttributedStringBuilderOptions.HelpException. _highlightSyntax(java.lang.String syntax, StyleResolver resolver, boolean subcommand)protected java.lang.StringCompleters.FileNameCompleter. getDisplay(Terminal terminal, java.nio.file.Path p, StyleResolver resolver, java.lang.String separator)static AttributedStringOptions.HelpException. highlight(java.lang.String msg, StyleResolver resolver)static AttributedStringOptions.HelpException. highlightComment(java.lang.String comment, StyleResolver resolver)static AttributedStringOptions.HelpException. highlightSyntax(java.lang.String syntax, StyleResolver resolver)static AttributedStringOptions.HelpException. highlightSyntax(java.lang.String syntax, StyleResolver resolver, boolean subcommands) -
Uses of StyleResolver in org.jline.console.impl
Fields in org.jline.console.impl declared as StyleResolver Modifier and Type Field Description private StyleResolverDefaultPrinter. prntStyleprivate static StyleResolverSystemHighlighter. resolver -
Uses of StyleResolver in org.jline.style
Subclasses of StyleResolver in org.jline.style Modifier and Type Class Description classStyleResolverResolves named (or source-referenced)AttributedStyle.
-