Uses of Class
com.ppm.logging.configuration.ConfigurationKey
-
Packages that use ConfigurationKey Package Description com.ppm.logging.configuration -
-
Uses of ConfigurationKey in com.ppm.logging.configuration
Methods in com.ppm.logging.configuration that return ConfigurationKey Modifier and Type Method Description static ConfigurationKeyConfigurationKey. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationKey[]ConfigurationKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ppm.logging.configuration with parameters of type ConfigurationKey Modifier and Type Method Description default StringPropertiesLoader. get(Properties prop, ConfigurationKey key, String defaultValue)Get a Property value by the given ConfigurationKey, if the properties not found return the default value.
-