Uses of Class
org.jline.style.StyleResolver
-
-
Uses of StyleResolver in org.jline.style
Methods in org.jline.style that return StyleResolver Modifier and Type Method Description static StyleResolver
Styler. resolver(java.lang.String group)
Creates aStyleResolver
for the given style group.Constructors in org.jline.style with parameters of type StyleResolver Constructor Description StyledWriter(java.io.OutputStream out, org.jline.terminal.Terminal terminal, StyleResolver resolver, boolean autoFlush)
Constructs a new StyledWriter that writes to an OutputStream.StyledWriter(java.io.Writer out, org.jline.terminal.Terminal terminal, StyleResolver resolver, boolean autoFlush)
Constructs a new StyledWriter that writes to a Writer.StyleExpression(StyleResolver resolver)
Constructs a new StyleExpression with the specified StyleResolver.StyleFactory(StyleResolver resolver)
Constructs a new StyleFactory with the specified StyleResolver.
-