Uses of Class
de.xima.fc.pluginstore.EPluginStoreItemInstallScope
-
Packages that use EPluginStoreItemInstallScope Package Description de.xima.fc.pluginstore -
-
Uses of EPluginStoreItemInstallScope in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return EPluginStoreItemInstallScope Modifier and Type Method Description EPluginStoreItemInstallScope
PluginStoreItem. getScope()
Gets the scope of the plugin.static EPluginStoreItemInstallScope
EPluginStoreItemInstallScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPluginStoreItemInstallScope[]
EPluginStoreItemInstallScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.pluginstore with parameters of type EPluginStoreItemInstallScope Modifier and Type Method Description PluginStoreItem.Builder
PluginStoreItem.Builder. scope(EPluginStoreItemInstallScope scope)
Sets the scope of the plugin, if it is installed.
-