public class PropertiesFile
extends java.lang.Object
| Constructor and Description |
|---|
PropertiesFile(java.lang.String fileName)
Loads a Properties file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getProperties()
Returns the properties loaded.
|