Produces properties from an input-module. This is been managed by the
heart of this plugin the ModuleGenerator. The generator is contacting
the input module and gets an iterator of all attributes names. This
iterator will be then used to receive the values of the key. Till now
we only use a Object to String cast but an input module does not have
to return a simple String but can return any object. This may cause
ClassCastExceptions for the values.
This plugin was originally created to close FOR-800 but like mentioned in the other mail our ForrestConfModule needs some tweaking to work with this plugin in the expected way.
git-svn-id: https://svn.apache.org/repos/asf/forrest/trunk@429872 13f79535-47bb-0310-9956-ffa450edef68
20 files changed