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 RuntimeModeAbstractPluginManager. runtimeModeCache value for the runtime mode.private RuntimeModePluginWrapper. runtimeModeFields in org.pf4j with type parameters of type RuntimeMode Modifier and Type Field Description private static java.util.Map<java.lang.String,RuntimeMode>RuntimeMode. mapMethods in org.pf4j that return RuntimeMode Modifier and Type Method Description static RuntimeModeRuntimeMode. byName(java.lang.String name)RuntimeModeAbstractPluginManager. getRuntimeMode()RuntimeModePluginManager. getRuntimeMode()The runtime mode.RuntimeModePluginWrapper. getRuntimeMode()static RuntimeModeRuntimeMode. 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.
-