Uses of Interface
org.jline.style.StyleSource
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSourceModifier and TypeClassDescriptionclass
In-memory implementation ofStyleSource
.class
A no-operation implementation ofStyleSource
that always returnsnull
.Methods in org.jline.style that return StyleSourceModifier and TypeMethodDescriptionstatic StyleSource
Styler.getSource()
Returns the globalStyleSource
used by the Styler.StyleResolver.getSource()
Returns the style source used by this resolver.Methods in org.jline.style with parameters of type StyleSourceModifier and TypeMethodDescriptionstatic void
Styler.setSource
(StyleSource source) Installs a new globalStyleSource
.Constructors in org.jline.style with parameters of type StyleSourceModifierConstructorDescriptionStyleResolver
(StyleSource source, String group) Constructs a new StyleResolver for the specified source and group.