public interface Plugin
Modifier and Type | Method and Description |
---|---|
void |
initialize(Properties configuration)
Typically called immediately after instantiation to allow the plugin
proper initialization and certainly before its invocation.
|
void initialize(Properties configuration)
ConfigParameters.IMAGE_EXPORT_PLUGIN
is used to define the image upload strategy by specifying plugin's full
class path. Configuration settings for that plugin can be named freely
but must be prefixed with the plugin setting itself followed by
ConfigLoader.PARAM_SEPARATOR
. Another example: say fooPlug is
the setting for com.foo.Plug. Configuration setting bar for fooPlug
would would be defined as fooPlug.bar if dot is ConfigLoader.PARAM_SEPARATOR
.configuration
- plugin settings defined in the configuration fileCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.