Uses of Class
org.hansken.plugin.extraction.api.PluginId
-
Packages that use PluginId Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of PluginId in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return PluginId Modifier and Type Method Description PluginId
PluginInfo. id()
Get the the unique id of this plugin, consisting of domain, category and name.Methods in org.hansken.plugin.extraction.api with parameters of type PluginId Modifier and Type Method Description PluginInfo.Builder
PluginInfo.Builder. id(PluginId id)
Set the unique id of this plugin, consisting of domain, category and name.
-