public class ParamsReader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ParamsReader |
getInstance()
Retrieve the instance of the Params-Reader
|
java.util.Properties |
getProperties(java.lang.String configFileLocation)
Constructs a set of properties from the specified configuration file.
|
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.