Uses of Class
org.apache.felix.configurator.impl.model.ConfigState
-
Packages that use ConfigState Package Description org.apache.felix.configurator.impl.model -
-
Uses of ConfigState in org.apache.felix.configurator.impl.model
Methods in org.apache.felix.configurator.impl.model that return ConfigState Modifier and Type Method Description ConfigState
Config. getState()
Get the configuration statestatic ConfigState
ConfigState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigState[]
ConfigState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.configurator.impl.model with parameters of type ConfigState Modifier and Type Method Description void
Config. setState(ConfigState value)
Set the configuration state
-