Uses of Class
com.saperion.ngc.configuration.ConfigurationSource
-
Packages that use ConfigurationSource Package Description com.saperion.ngc.configuration Package for the configuration-related classes of the Web Client. -
-
Uses of ConfigurationSource in com.saperion.ngc.configuration
Methods in com.saperion.ngc.configuration that return ConfigurationSource Modifier and Type Method Description static ConfigurationSource
ConfigurationSource. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfigurationSource[]
ConfigurationSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.configuration with parameters of type ConfigurationSource Modifier and Type Method Description static Parameter
WebClientConfiguration. getParameter(ConfigurationSource source, java.lang.String name)
Loads a parameter with the specified name from the specified source.static java.util.Map<java.lang.String,java.lang.String>
WebClientConfiguration. getParameters(ConfigurationSource source, boolean caseSensitive)
Loads all parameters from the specified source.
-