public class PropertiesFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Properties |
m_properties |
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.
|