public class PropertiesReader extends Object
| Constructor and Description |
|---|
PropertiesReader() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
loadPropertiesFileFromClasspath(String propertiesFileName)
Loads the properties file with the given name, which is available in the classpath.
|
Properties |
loadPropertiesFileFromUserHome(String propertiesFileName)
Loads the properties file with the given name, which is available in the user home folder.
|
public Properties loadPropertiesFileFromUserHome(String propertiesFileName)
propertiesFileName - The name of the properties filepublic Properties loadPropertiesFileFromClasspath(String propertiesFileName)
propertiesFileName - The name of the properties fileCopyright © 2016. All Rights Reserved.