public class PatternFormatter extends MultistepFormatter
| Constructor and Description |
|---|
PatternFormatter()
Construct a new instance.
|
PatternFormatter(String pattern)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern()
Get the current format pattern.
|
void |
setPattern(String pattern)
Set the format pattern.
|
format, getSteps, setStepsformatformatMessage, getHead, getTailpublic PatternFormatter()
public PatternFormatter(String pattern)
pattern - the initial patternCopyright © 2012 JBoss by Red Hat. All Rights Reserved.