Uses of Class
org.hansken.plugin.extraction.api.PluginResources
-
Packages that use PluginResources Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of PluginResources in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return PluginResources Modifier and Type Method Description PluginResources
PluginResources.Builder. build()
PluginResources
PluginInfo. resources()
Get theresources
of this plugin.Methods in org.hansken.plugin.extraction.api with parameters of type PluginResources Modifier and Type Method Description PluginInfo.Builder
PluginInfo.Builder. resources(PluginResources resources)
Set the resources of this plugin (optional).
-