Uses of Enum Class
com.saperion.ngc.configuration.ConfigurationSource
Packages that use ConfigurationSource
Package
Description
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 ConfigurationSourceModifier and TypeMethodDescriptionstatic ConfigurationSource
Returns the enum constant of this class with the specified name.static ConfigurationSource[]
ConfigurationSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ngc.configuration with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionstatic Parameter
WebClientConfiguration.getParameter
(ConfigurationSource source, String name) Loads a parameter with the specified name from the specified source.WebClientConfiguration.getParameters
(ConfigurationSource source, boolean caseSensitive) Loads all parameters from the specified source.