Package org.jline.style
-
Interface Summary Interface Description StyleBundle Marker for proxy-based style bundles.StyleSource Provides the source of style configuration. -
Class Summary Class Description InterpolationHelper Interpolation.MemoryStyleSource In-memoryStyleSource.NopStyleSource StyleSourcewhich always returnsnull.StyleBundleInvocationHandler StyleBundleproxy invocation-handler to convert method calls into string styling.StyledWriter StyledPrintWriterwhich is aware ofStyleExpressionsyntax.StyleExpression Provides@{style value}expression evaluation.StyleFactory Factory to create styled strings.Styler Style facade.StyleResolver Resolves named (or source-referenced)AttributedStyle. -
Enum Summary Enum Description StyleColor Deprecated. -
Exception Summary Exception Description StyleBundleInvocationHandler.InvalidStyleBundleMethodException Thrown when processingStyleBundlemethod is found to be invalid.StyleBundleInvocationHandler.InvalidStyleGroupException Thrown when looking upStyleBundle.StyleGroupon a type found to be missing or invalid.StyleBundleInvocationHandler.StyleBundleMethodMissingDefaultStyleException Thrown whenStyleBundlemethod has missingStyleBundle.DefaultStyle. -
Annotation Types Summary Annotation Type Description StyleBundle.DefaultStyle Provide default style-specification.StyleBundle.StyleGroup Provides the style group-name.StyleBundle.StyleName Allows overriding the style-name.