- 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
-
-
Constructor Summary
Constructors Constructor Description StyleResolver(StyleSource source, String group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroup()
StyleSource
getSource()
-
Methods inherited from class org.jline.utils.StyleResolver
resolve, resolve
-
-
-
-
Constructor Detail
-
StyleResolver
public StyleResolver(StyleSource source, String group)
-
-
Method Detail
-
getSource
public StyleSource getSource()
-
getGroup
public String getGroup()
-
-