Uses of Class
de.xima.fc.pluginstore.PluginStoreItem.Builder
Packages that use PluginStoreItem.Builder
-
Uses of PluginStoreItem.Builder in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return PluginStoreItem.BuilderModifier and TypeMethodDescriptionstatic PluginStoreItem.Builder
PluginStoreItem.builder()
Creates a new builder for configuring a store item instance.PluginStoreItem.Builder.description
(String description) Sets the localized description of the plugin.PluginStoreItem.Builder.downloadCount
(long downloadCount) Sets the total number of downloads of the plugin.PluginStoreItem.Builder.free
(boolean free) Sets if the plugin is free or not.Sets the list of image links (e.g. icons or screenshots) for the plugin.PluginStoreItem.Builder.installedVersionRange
(String installedVersionRange) Sets the range of the installed versions.Sets the localized name of the plugin.Sets the plugin key of this plugin group.PluginStoreItem.Builder.scope
(EPluginStoreItemInstallScope scope) Sets the scope of the plugin, if it is installed.PluginStoreItem.Builder.status
(EPluginStoreItemInstallStatus status) Sets the install status of the plugin.PluginStoreItem.Builder.tags
(List<PluginStoreItemTag> tags) Sets all tags associated with the plugin.Sets the name of the most recent compatible version of the plugin.