Uses of Enum
org.pf4j.PluginState
Packages that use PluginState
-
Uses of PluginState in org.pf4j
Subclasses with type arguments of type PluginState in org.pf4jMethods in org.pf4j that return PluginStateModifier and TypeMethodDescriptionPluginStateEvent.getOldState()PluginStateEvent.getPluginState()PluginWrapper.getPluginState()static PluginStateAbstractPluginManager.startPlugin(String pluginId) Start the specified plugin and its dependencies.PluginManager.startPlugin(String pluginId) Start the specified plugin and its dependencies.AbstractPluginManager.stopPlugin(String pluginId) Stop the specified plugin and it's dependents.PluginManager.stopPlugin(String pluginId) Stop the specified plugin and its dependencies.static PluginStateReturns the enum constant of this type with the specified name.static PluginState[]PluginState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pf4j with parameters of type PluginStateModifier and TypeMethodDescriptionAbstractPluginManager.getPlugins(PluginState pluginState) Returns a copy of plugins with that state.PluginManager.getPlugins(PluginState pluginState) Retrieves all plugins with this state.voidPluginWrapper.setPluginState(PluginState pluginState) Constructors in org.pf4j with parameters of type PluginStateModifierConstructorDescriptionPluginStateEvent(PluginManager source, PluginWrapper plugin, PluginState oldState)