Interface BaseExtractionPlugin
-
- All Known Subinterfaces:
DeferredExtractionPlugin
,ExtractionPlugin
- All Known Implementing Classes:
MetaExtractionPlugin
public interface BaseExtractionPlugin
This 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 PluginInfo
pluginInfo()
Get theinformation
of this plugin, such as the author or a description, and the types oftraces
anddata
it matches on.
-
-
-
Method Detail
-
pluginInfo
PluginInfo pluginInfo()
Get theinformation
of this plugin, such as the author or a description, and the types oftraces
anddata
it matches on.- Returns:
- the metadata of the plugin
-
-