public final class ConfigurationManager extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getParameter(String name)
Provides a configuration value as a String.
|
public static String getParameter(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.IllegalArgumentException
- if an error occurs retrieving
the property or the property does not exist.Copyright © 2021 Denodo Technologies. All rights reserved.