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 PluginInfoPluginInfo.Builder. build()Create theplugin informationfrom the properties set on thisbuilder.PluginInfoBaseExtractionPlugin. pluginInfo()Get theinformationof this plugin, such as the author or a description, and the types oftracesanddatait matches on.
-