Uses of Enum
org.pf4j.PluginState
Packages that use PluginState
-
Uses of PluginState in org.pf4j
Fields in org.pf4j declared as PluginStateModifier and TypeFieldDescriptionprivate PluginState
PluginStateEvent.oldState
private PluginState
PluginWrapper.pluginState
Methods in org.pf4j that return PluginStateModifier and TypeMethodDescriptionPluginStateEvent.getOldState()
PluginStateEvent.getPluginState()
PluginWrapper.getPluginState()
static PluginState
AbstractPluginManager.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.private PluginState
AbstractPluginManager.stopPlugin
(String pluginId, boolean stopDependents) PluginManager.stopPlugin
(String pluginId) Stop the specified plugin and its dependencies.static PluginState
Returns 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.void
PluginWrapper.setPluginState
(PluginState pluginState) Constructors in org.pf4j with parameters of type PluginStateModifierConstructorDescriptionPluginStateEvent
(PluginManager source, PluginWrapper plugin, PluginState oldState)