Uses of Interface
org.hansken.plugin.extraction.api.BaseExtractionPlugin
-
Packages that use BaseExtractionPlugin Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of BaseExtractionPlugin in org.hansken.plugin.extraction.api
Subinterfaces of BaseExtractionPlugin in org.hansken.plugin.extraction.api Modifier and Type Interface Description interface
DeferredExtractionPlugin
Deferred extraction plugins can be used by Hansken to processtraces
during the extraction process.interface
ExtractionPlugin
Extraction plugins can be used by Hansken to processtraces
during the extraction process.Classes in org.hansken.plugin.extraction.api that implement BaseExtractionPlugin Modifier and Type Class Description class
MetaExtractionPlugin
Meta extraction plugins can be used by Hansken to processtraces
during the extraction process.Methods in org.hansken.plugin.extraction.api with parameters of type BaseExtractionPlugin Modifier and Type Method Description static PluginInfo.Builder
PluginInfo. builderFor(BaseExtractionPlugin plugin)
Start creating newplugin information
for the given plugin.
-