Uses of Class
org.hansken.plugin.extraction.api.PluginInfo
-
Packages that use PluginInfo Package Description org.hansken.plugin.extraction.api 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 PluginInfo Modifier and Type Method Description PluginInfo
PluginInfo.Builder. build()
Create theplugin information
from the properties set on thisbuilder
.PluginInfo
BaseExtractionPlugin. pluginInfo()
Get theinformation
of this plugin, such as the author or a description, and the types oftraces
anddata
it matches on.
-