Uses of Enum Class
net.thevpc.common.prs.plugin.PluginDescriptor.Status
Packages that use PluginDescriptor.Status
-
Uses of PluginDescriptor.Status in net.thevpc.common.prs.plugin
Subclasses with type arguments of type PluginDescriptor.Status in net.thevpc.common.prs.pluginMethods in net.thevpc.common.prs.plugin that return PluginDescriptor.StatusModifier and TypeMethodDescriptionDefaultPluginManager.getPluginStatus(String pluginId) PluginManager.getPluginStatus(String pluginId) PluginDescriptor.getStatus()static PluginDescriptor.StatusReturns the enum constant of this class with the specified name.static PluginDescriptor.Status[]PluginDescriptor.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.prs.plugin with parameters of type PluginDescriptor.StatusModifier and TypeMethodDescriptionvoidPluginDescriptor.setStatus(PluginDescriptor.Status status)