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 interfaceDeferredExtractionPluginDeferred extraction plugins can be used by Hansken to processtracesduring the extraction process.interfaceExtractionPluginExtraction plugins can be used by Hansken to processtracesduring the extraction process.Classes in org.hansken.plugin.extraction.api that implement BaseExtractionPlugin Modifier and Type Class Description classMetaExtractionPluginMeta extraction plugins can be used by Hansken to processtracesduring the extraction process.Methods in org.hansken.plugin.extraction.api with parameters of type BaseExtractionPlugin Modifier and Type Method Description static PluginInfo.BuilderPluginInfo. builderFor(BaseExtractionPlugin plugin)Start creating newplugin informationfor the given plugin.
-