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
.Fields in org.jline.style declared as StyleSource Modifier and Type Field Description private static StyleSource
Styler. source
private StyleSource
StyleResolver. source
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 (package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler. create(StyleSource source, java.lang.Class<T> type)
Internal factory-method.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)
-