public class AnsiPropertySource extends PropertySource<AnsiElement>
PropertyResolver for AnsiStyle, AnsiColor,
 AnsiBackground and Ansi8BitColor elements. Supports properties of the
 form AnsiStyle.BOLD, AnsiColor.RED or AnsiBackground.GREEN.
 Also supports a prefix of Ansi. which is an aggregation of everything (with
 background colors prefixed BG_).
 
 ANSI 8-bit color codes can be used with AnsiColor and AnsiBackground.
 For example, AnsiColor.208 will render orange text.
 Wikipedia has a complete
 list of the 8-bit color codes that can be used.
PropertySource.StubPropertySourcelogger, name, source| Constructor and Description | 
|---|
AnsiPropertySource(String name,
                  boolean encode)
Create a new  
AnsiPropertySource instance. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getProperty(String name)  | 
containsProperty, equals, getName, getSource, hashCode, named, toStringpublic AnsiPropertySource(String name, boolean encode)
AnsiPropertySource instance.name - the name of the property sourceencode - if the output should be encodedpublic Object getProperty(String name)
getProperty in class PropertySource<AnsiElement>