public final class ConfigurationManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getParameter(java.lang.String name)
Provides a configuration value as a String.
|
public static java.lang.String getParameter(java.lang.String name)
IllegalArgumentException if an
error occurs while retrieveing the property or if the property does not
exist.name - the name of the parameter to retrieve.java.lang.IllegalArgumentException - if an error occurs retrieving
the property or the property does not exist.Copyright © 2024 Denodo Technologies. All rights reserved.