Uses of Interface
org.hansken.plugin.extraction.api.BaseExtractionPlugin
Packages that use BaseExtractionPlugin
Package
Description
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.apiModifier and TypeInterfaceDescriptioninterface
Deferred extraction plugins can be used by Hansken to processtraces
during the extraction process.interface
Extraction plugins can be used by Hansken to processtraces
during the extraction process.Classes in org.hansken.plugin.extraction.api that implement BaseExtractionPluginModifier and TypeClassDescriptionclass
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 BaseExtractionPluginModifier and TypeMethodDescriptionstatic PluginInfo.Builder
PluginInfo.builderFor
(BaseExtractionPlugin plugin) Start creating newplugin information
for the given plugin.