Package org.jline.utils
Class StyleResolver
java.lang.Object
org.jline.utils.StyleResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResolve the given style specification.Resolve the given style specification.
-
Constructor Details
-
StyleResolver
-
-
Method Details
-
resolve
Resolve the given style specification.If for some reason the specification is invalid, then
AttributedStyle.DEFAULTwill be used.- Parameters:
spec- the specification- Returns:
- the style
-
resolve
Resolve the given style specification.If this resolves to
AttributedStyle.DEFAULTthen given default specification is used if non-null.- Parameters:
spec- the specificationdefaultSpec- the default specifiaction- Returns:
- the style
-