Uses of Class
org.jboss.hal.config.Settings.Key
-
Packages that use Settings.Key Package Description org.jboss.hal.config -
-
Uses of Settings.Key in org.jboss.hal.config
Methods in org.jboss.hal.config that return Settings.Key Modifier and Type Method Description static Settings.KeySettings.Key. from(String key)static Settings.KeySettings.Key. valueOf(String name)Returns the enum constant of this type with the specified name.static Settings.Key[]Settings.Key. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.config with parameters of type Settings.Key Modifier and Type Method Description Settings.ValueSettings. get(Settings.Key key)<T> voidSettings. load(Settings.Key key, T defaultValue)<T> voidSettings. set(Settings.Key key, T value)
-