public class AnsiPropertySource extends org.springframework.core.env.PropertySource<AnsiElement>
PropertyResolver for AnsiStyle, AnsiColor and
 AnsiBackground 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_).| Constructor and Description | 
|---|
| AnsiPropertySource(String name,
                  boolean encode)Create a new  AnsiPropertySourceinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getProperty(String name) | 
public 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 org.springframework.core.env.PropertySource<AnsiElement>Copyright © 2020 Pivotal Software, Inc.. All rights reserved.