Uses of Class
de.xima.fc.pluginstore.EPluginStoreItemInstallStatus
-
Packages that use EPluginStoreItemInstallStatus Package Description de.xima.fc.pluginstore -
-
Uses of EPluginStoreItemInstallStatus in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return EPluginStoreItemInstallStatus Modifier and Type Method Description EPluginStoreItemInstallStatus
PluginStoreItem. getStatus()
Gets the install status of the plugin.static EPluginStoreItemInstallStatus
EPluginStoreItemInstallStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPluginStoreItemInstallStatus[]
EPluginStoreItemInstallStatus. 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 EPluginStoreItemInstallStatus Modifier and Type Method Description PluginStoreItem.Builder
PluginStoreItem.Builder. status(EPluginStoreItemInstallStatus status)
Sets the install status of the plugin.
-