|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.core.util.PropertiesReader
public class PropertiesReader
| Constructor Summary | |
|---|---|
PropertiesReader()
|
|
| Method Summary | |
|---|---|
java.util.Properties |
loadPropertiesFileFromClasspath(java.lang.String propertiesFileName)
Loads the properties file with the given name, which is available in the classpath. |
java.util.Properties |
loadPropertiesFileFromUserHome(java.lang.String propertiesFileName)
Loads the properties file with the given name, which is available in the user home folder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesReader()
| Method Detail |
|---|
public java.util.Properties loadPropertiesFileFromUserHome(java.lang.String propertiesFileName)
propertiesFileName - The name of the properties file
public java.util.Properties loadPropertiesFileFromClasspath(java.lang.String propertiesFileName)
propertiesFileName - The name of the properties file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||