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 Detail

      • pluginInfo

        PluginInfo pluginInfo()
        Get the information of this plugin, such as the author or a description, and the types of traces and data it matches on.
        Returns:
        the metadata of the plugin