public class PropertiesFile extends Object
Constructor and Description |
---|
PropertiesFile(String fileName)
Loads a Properties file.
|
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Returns the properties loaded.
|
public PropertiesFile(String fileName) throws IOException
fileName
- properties file pathIOException
- if an error occurred when reading from the Properties file.public Properties getProperties()
Copyright © 2017. All rights reserved.