PluginInfo.Builder |
PluginInfo.Builder.author(Author author) |
|
static PluginInfo.Builder |
PluginInfo.builderFor(BaseExtractionPlugin plugin) |
|
static PluginInfo.Builder |
PluginInfo.builderFor(PluginType type) |
|
PluginInfo.Builder |
PluginInfo.Builder.deferredIterations(int deferredIterations) |
Set the number of extraction iterations needed for this deferred plugin.
|
PluginInfo.Builder |
PluginInfo.Builder.description(String description) |
|
PluginInfo.Builder |
PluginInfo.Builder.hqlMatcher(String hqlMatcher) |
Set the hqlMatcher query in string format.
|
PluginInfo.Builder |
PluginInfo.Builder.id(String domain,
String category,
String name) |
Set the unique id of this plugin, consisting of domain, category and name.
|
PluginInfo.Builder |
PluginInfo.Builder.id(PluginId id) |
Set the unique id of this plugin, consisting of domain, category and name.
|
PluginInfo.Builder |
PluginInfo.Builder.license(String license) |
Set the name of the license of this plugin.
|
PluginInfo.Builder |
PluginInfo.Builder.maturityLevel(MaturityLevel maturityLevel) |
|
PluginInfo.Builder |
PluginInfo.Builder.name(String name) |
Deprecated.
|
PluginInfo.Builder |
PluginInfo.Builder.pluginVersion(String version) |
|
PluginInfo.Builder |
PluginInfo.Builder.resources(PluginResources resources) |
Set the resources of this plugin (optional).
|
PluginInfo.Builder |
PluginInfo.Builder.webpageUrl(String webpageUrl) |
Set the url to a webpage that belongs to this plugin.
|