Package org.jline.style
Class StyleResolver
- java.lang.Object
-
- org.jline.utils.StyleResolver
-
- org.jline.style.StyleResolver
-
public class StyleResolver extends StyleResolver
Resolves named (or source-referenced)AttributedStyle
.- Since:
- 3.4
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
group
private StyleSource
source
-
Constructor Summary
Constructors Constructor Description StyleResolver(StyleSource source, java.lang.String group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGroup()
StyleSource
getSource()
-
Methods inherited from class org.jline.utils.StyleResolver
resolve, resolve
-
-
-
-
Field Detail
-
source
private final StyleSource source
-
group
private final java.lang.String group
-
-
Constructor Detail
-
StyleResolver
public StyleResolver(StyleSource source, java.lang.String group)
-
-
Method Detail
-
getSource
public StyleSource getSource()
-
getGroup
public java.lang.String getGroup()
-
-