|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openoss.opennms.spring.qosd.PropertiesLoader
public class PropertiesLoader
Class to load properties from the properties file. This loads the file once and returns a singleton on further calls
| Method Summary | |
|---|---|
static PropertiesLoader |
getInstance()
|
java.lang.String |
getProperty(java.lang.String propertyName)
|
java.util.Set |
getPropertyNames()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PropertiesLoader getInstance()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public java.lang.String getProperty(java.lang.String propertyName)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic java.util.Set getPropertyNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||