Uses of Interface
org.jline.style.StyleSource
-
Packages that use StyleSource Package Description org.jline.style JLine Style package provides a comprehensive styling system for terminal output. -
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSource Modifier and Type Class Description class
MemoryStyleSource
In-memory implementation ofStyleSource
.class
NopStyleSource
A no-operation implementation ofStyleSource
that always returnsnull
.Methods in org.jline.style that return StyleSource Modifier and Type Method Description static StyleSource
Styler. getSource()
Returns the globalStyleSource
used by the Styler.StyleSource
StyleResolver. getSource()
Returns the style source used by this resolver.Methods in org.jline.style with parameters of type StyleSource Modifier and Type Method Description static void
Styler. setSource(StyleSource source)
Installs a new globalStyleSource
.Constructors in org.jline.style with parameters of type StyleSource Constructor Description StyleResolver(StyleSource source, java.lang.String group)
Constructs a new StyleResolver for the specified source and group.
-