Uses of Enum
org.pf4j.RuntimeMode
Packages that use RuntimeMode
-
Uses of RuntimeMode in org.pf4j
Fields in org.pf4j declared as RuntimeModeModifier and TypeFieldDescriptionprotected RuntimeMode
AbstractPluginManager.runtimeMode
Cache value for the runtime mode.private RuntimeMode
PluginWrapper.runtimeMode
Fields in org.pf4j with type parameters of type RuntimeModeMethods in org.pf4j that return RuntimeModeModifier and TypeMethodDescriptionstatic RuntimeMode
AbstractPluginManager.getRuntimeMode()
PluginManager.getRuntimeMode()
The runtime mode.PluginWrapper.getRuntimeMode()
static RuntimeMode
Returns the enum constant of this type with the specified name.static RuntimeMode[]
RuntimeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.