abstractpublic class AbstractFormatter implements Formatter(Code)
This is an abstract implementation of the Formatter interface.
It is used to force all other implementations that extends this
one to provide a constructor which takes the configuration name
as argument. The configuration name must be available to every
formatter in order to use the VariableManager.
author: Andreas Mecky author: Terry Dye