|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.generationjava.util.PropertiesLoader
Find a Properties object from somewhere.
| Constructor Summary | |
PropertiesLoader()
Uses a java.util.Properties object to load properties into. |
|
PropertiesLoader(Properties properties)
Use the passed in properties object if need be. |
|
| Method Summary | |
Properties |
findProperties(String filename)
Find a properties with the given filename. |
Properties |
loadProperties(String pathname)
Load a Properties file with the given pathname. |
Properties |
loadProperties(String directory,
String filename)
Load a Properties file with the given directory and filename. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertiesLoader()
public PropertiesLoader(Properties properties)
| Method Detail |
public Properties findProperties(String filename)
public Properties loadProperties(String directory,
String filename)
public Properties loadProperties(String pathname)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||