Uses of Class
org.hansken.plugin.extraction.api.PluginInfo
Packages that use PluginInfo
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of PluginInfo in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return PluginInfoModifier and TypeMethodDescriptionPluginInfo.Builder.build()
Create theplugin information
from the properties set on thisbuilder
.BaseExtractionPlugin.pluginInfo()
Get theinformation
of this plugin, such as the author or a description, and the types oftraces
anddata
it matches on.