Uses of Class
org.pf4j.RuntimeMode
-
Packages that use RuntimeMode Package Description org.pf4j -
-
Uses of RuntimeMode in org.pf4j
Fields in org.pf4j declared as RuntimeMode Modifier and Type Field Description protected RuntimeMode
AbstractPluginManager. runtimeMode
Cache value for the runtime mode.private RuntimeMode
PluginWrapper. runtimeMode
Fields in org.pf4j with type parameters of type RuntimeMode Modifier and Type Field Description private static java.util.Map<java.lang.String,RuntimeMode>
RuntimeMode. map
Methods in org.pf4j that return RuntimeMode Modifier and Type Method Description static RuntimeMode
RuntimeMode. byName(java.lang.String name)
RuntimeMode
AbstractPluginManager. getRuntimeMode()
RuntimeMode
PluginManager. getRuntimeMode()
The runtime mode.RuntimeMode
PluginWrapper. getRuntimeMode()
static RuntimeMode
RuntimeMode. valueOf(java.lang.String name)
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.
-