Uses of Interface
org.jline.style.StyleSource
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSourceModifier and TypeClassDescriptionclassIn-memory implementation ofStyleSource.classA no-operation implementation ofStyleSourcethat always returnsnull.Methods in org.jline.style that return StyleSourceModifier and TypeMethodDescriptionstatic StyleSourceStyler.getSource()Returns the globalStyleSourceused 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 voidStyler.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.