Package ro.sync.exml.plugin.general
Interface GeneralPluginExtension
-
- All Superinterfaces:
PluginExtension
@API(type=EXTENDABLE, src=PUBLIC) public interface GeneralPluginExtension extends PluginExtension
Plugin interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(GeneralPluginContext context)
Main plugin method.
-
-
-
Method Detail
-
process
void process(GeneralPluginContext context)
Main plugin method. It receives the current context and it should return the processed content.- Parameters:
context
- The context the plugin was invoked in.
-
-