public class ParamsReader
extends java.lang.Object
| Constructor and Description |
|---|
ParamsReader() |
| Modifier and Type | Method and Description |
|---|---|
static ParamsReader |
getInstance()
Deprecated.
|
java.util.Properties |
getProperties(java.lang.String configFileLocation)
Constructs a set of properties from the specified configuration file.
|
@Deprecated public static ParamsReader getInstance()
public java.util.Properties getProperties(java.lang.String configFileLocation)
throws DeploymentException
configFileLocation - The location of the configuration file.DeploymentException - If there are problems constructing the properties.