|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugin
An optional interface for plugins. If a plugin implements this interface then it can receive the reminaing attributes and directives given in its clause as well as the reporter to use.
| Method Summary | |
|---|---|
void |
setProperties(Map<String,String> map)
Give the plugin the remaining properties. |
void |
setReporter(Reporter processor)
Set the current reporter. |
| Method Detail |
|---|
void setProperties(Map<String,String> map)
map - attributes and directives for this plugin's clausevoid setReporter(Reporter processor)
processor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||