public interface Plugin
Modifier and Type | Method and Description |
---|---|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Give the plugin the remaining properties.
|
void |
setReporter(Reporter processor)
Set the current reporter.
|
void setProperties(java.util.Map<java.lang.String,java.lang.String> map) throws java.lang.Exception
map
- attributes and directives for this plugin's clausejava.lang.Exception
void setReporter(Reporter processor)
processor
-