public class ConfigurationUtil
extends java.lang.Object
Constructor | Description |
---|---|
ConfigurationUtil() |
Modifier and Type | Method | Description |
---|---|---|
static KeyValueCollection |
deepKVListClone(KeyValueCollection list) |
|
static java.lang.String |
findAppParameter(java.lang.String applicationtParameters,
java.lang.String paramName) |
Searches applicationtParameters for an occurrence of specified parameter name, returns parameter value.
|
static java.lang.String |
findTransportParameter(java.lang.String transportParameters,
java.lang.String paramName) |
Searches transportParameters for an occurrence of specified parameter name, returns parameter value.
|
static java.lang.String |
getLocalhostName() |
|
static boolean |
isFalse(java.lang.String value) |
|
static boolean |
isTrue(java.lang.String value) |
public static java.lang.String findTransportParameter(java.lang.String transportParameters, java.lang.String paramName)
transportParameters
- Semicolon-separated string of parameter pairs "name=value"paramName
- Name of the parameterpublic static java.lang.String findAppParameter(java.lang.String applicationtParameters, java.lang.String paramName)
transportParameters
- Semicolon-separated string of parameter pairs "name=value"paramName
- Name of the parameterpublic static boolean isTrue(java.lang.String value)
public static boolean isFalse(java.lang.String value)
public static java.lang.String getLocalhostName()
public static KeyValueCollection deepKVListClone(KeyValueCollection list)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.