Package | Description |
---|---|
com.saperion.ngc.configuration |
Package for the configuration-related classes of the Web Client.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationSource |
ConfigurationSource.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static Parameter |
WebClientConfiguration.getParameter(ConfigurationSource source,
String name)
Loads a parameter with the specified name from the specified source.
|
static Map<String,String> |
WebClientConfiguration.getParameters(ConfigurationSource source,
boolean caseSensitive)
Loads all parameters from the specified source.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.