|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.output.FormatterUtils
public class FormatterUtils
| Constructor Summary | |
|---|---|
FormatterUtils()
|
|
| Method Summary | |
|---|---|
static Formatter |
getDefaultFormatterInstance()
This method returns the default formatter to use if the user does not specify one explicitly. |
static Formatter |
getFormatterInstance(java.lang.String name)
This method maps a formatter name to a Formatter instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormatterUtils()
| Method Detail |
|---|
public static Formatter getFormatterInstance(java.lang.String name)
Formatter instance.
If the formatter name is unknown, then null will be returned. The name
comparison ignores the case of the given name.
name - name of the formatter
Formatter instance corresponding to the name or null
if the formatter name is unknownpublic static Formatter getDefaultFormatterInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||