| java.lang.Object org.jzonic.jlo.formatter.FormatterFactory
FormatterFactory | public class FormatterFactory (Code) | | The FormatterFactory creates a formatter by a given
name. If the name does not contain any package informations such
as "com.foo.MyFormatter" then it takes "org.jlo.formatter." as
prefix.
author: Andreas Mecky author: Terry Dye version: 1.0 |
getFormatter | public static Formatter getFormatter(String name, String configurationName)(Code) | | This method instantiates the formatter with the
given name.
Parameters: name - The name of the formatter. |
|
|