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 StyleSource
which always returnsnull
.StyleBundleInvocationHandler StyleBundle
proxy invocation-handler to convert method calls into string styling.StyledWriter StyledPrintWriter
which is aware ofStyleExpression
syntax.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 InterpolationHelper Interpolation.MemoryStyleSource In-memoryStyleSource
.NopStyleSource StyleSource
which always returnsnull
.StyleBundle Marker for proxy-based style bundles.StyleBundleInvocationHandler StyleBundle
proxy invocation-handler to convert method calls into string styling.StyleBundleInvocationHandler.InvalidStyleBundleMethodException Thrown when processingStyleBundle
method is found to be invalid.StyleBundleInvocationHandler.InvalidStyleGroupException Thrown when looking upStyleBundle.StyleGroup
on a type found to be missing or invalid.StyleBundleInvocationHandler.StyleBundleMethodMissingDefaultStyleException Thrown whenStyleBundle
method has missingStyleBundle.DefaultStyle
.StyleColor Style colors.StyledWriter StyledPrintWriter
which is aware ofStyleExpression
syntax.StyleExpression Provides@{style value}
expression evaluation.StyleFactory Factory to create styled strings.Styler Style facade.StyleResolver Resolves named (or source-referenced)AttributedStyle
.StyleSource Provides the source of style configuration. -
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.