Uses of Class
org.hansken.plugin.extraction.api.PluginInfo.Builder
Packages that use PluginInfo.Builder
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of PluginInfo.Builder in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return PluginInfo.BuilderModifier and TypeMethodDescriptionSet theauthor.static PluginInfo.BuilderPluginInfo.builderFor(BaseExtractionPlugin plugin) Start creating newplugin informationfor the given plugin.static PluginInfo.BuilderPluginInfo.builderFor(PluginType type) Start creating newplugin informationfor a plugin of given type.PluginInfo.Builder.deferredIterations(int deferredIterations) Set the number of extraction iterations needed for this deferred plugin.PluginInfo.Builder.description(String description) Set thedescription.PluginInfo.Builder.hqlMatcher(String hqlMatcher) Set the hqlMatcher query in string format.Set the unique id of this plugin, consisting of domain, category and name.Set the unique id of this plugin, consisting of domain, category and name.Set the name of the license of this plugin.PluginInfo.Builder.maturityLevel(MaturityLevel maturityLevel) Set thematurity level.Deprecated.PluginInfo.Builder.pluginVersion(String version) Set theplugin version.PluginInfo.Builder.resources(PluginResources resources) Set the resources of this plugin (optional).PluginInfo.Builder.transformer(List<TransformerLabel> transformers) PluginInfo.Builder.webpageUrl(String webpageUrl) Set the url to a webpage that belongs to this plugin.
id(PluginId)instead.