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 ConfigStateConfig. getState()Get the configuration statestatic ConfigStateConfigState. 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 voidConfig. setState(ConfigState value)Set the configuration state
-