Interface BaseExtractionPlugin
-
- All Known Subinterfaces:
DeferredExtractionPlugin,ExtractionPlugin
- All Known Implementing Classes:
MetaExtractionPlugin
public interface BaseExtractionPluginThis the base class for types of Extraction Plugins, and cannot be used solely as a superclass for a plugin. Implement one of its subclasses that have a 'process' method. Extraction plugins can be used by Hansken to process data during the extraction process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginInfopluginInfo()Get theinformationof this plugin, such as the author or a description, and the types oftracesanddatait matches on.
-
-
-
Method Detail
-
pluginInfo
PluginInfo pluginInfo()
Get theinformationof this plugin, such as the author or a description, and the types oftracesanddatait matches on.- Returns:
- the metadata of the plugin
-
-