public class PatternFormatter<T extends PatternFormatter> extends Object
| Constructor and Description |
|---|
PatternFormatter(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
colorMap()
The color-map attribute allows for a comma delimited list of colors to be used for different levels with a pattern formatter.
|
T |
colorMap(String value)
The color-map attribute allows for a comma delimited list of colors to be used for different levels with a pattern formatter.
|
String |
getKey() |
String |
pattern()
Defines a pattern for the formatter.
|
T |
pattern(String value)
Defines a pattern for the formatter.
|
public PatternFormatter(String key)
public String getKey()
public String colorMap()
public T colorMap(String value)
public String pattern()
Copyright © 2015 JBoss by Red Hat. All rights reserved.