Uses of Interface
org.jline.style.StyleSource
-
Packages that use StyleSource Package Description org.jline.style -
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSource Modifier and Type Class Description class
MemoryStyleSource
In-memoryStyleSource
.class
NopStyleSource
StyleSource
which always returnsnull
.Methods in org.jline.style that return StyleSource Modifier and Type Method Description static StyleSource
Styler. getSource()
Returns globalStyleSource
.StyleSource
StyleResolver. getSource()
Methods in org.jline.style with parameters of type StyleSource Modifier and Type Method Description static void
Styler. setSource(StyleSource source)
Install globalStyleSource
.Constructors in org.jline.style with parameters of type StyleSource Constructor Description StyleResolver(StyleSource source, java.lang.String group)
-