Uses of Class
org.jline.style.StyleResolver
Packages that use StyleResolver
Package
Description
JLine Style package provides a comprehensive styling system for terminal output.
-
Uses of StyleResolver in org.jline.style
Methods in org.jline.style that return StyleResolverModifier and TypeMethodDescriptionstatic StyleResolverCreates aStyleResolverfor the given style group.Constructors in org.jline.style with parameters of type StyleResolverModifierConstructorDescriptionStyledWriter(OutputStream out, Terminal terminal, StyleResolver resolver, boolean autoFlush) Constructs a new StyledWriter that writes to an OutputStream.StyledWriter(Writer out, 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.