public class PropertyHelper
extends java.lang.Object
| Constructor and Description |
|---|
PropertyHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
getProperties(java.lang.String name)
Reads the properties from a properties file.
|
public static java.util.Properties getProperties(java.lang.String name)
throws java.io.IOException
name - of the properties file.Properties object containing the properties read from the provided file.java.io.IOException - in case