|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.afcs.warts.util.PropertyFileLoader
The PropertyFileLoader utility class contains a method to assist both command line and GUI applications load a set of properties from a file.
LICENSE: This code is released to the public domain and may be used for any purpose whatsoever without permission or acknowledgment.
Method Summary | |
static java.util.Properties |
loadPropertiesFromFile(java.lang.String filename)
Loads and returns a set of properties loaded from a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.Properties loadPropertiesFromFile(java.lang.String filename)
filename
- The name of the file to load.
java.lang.NullPointerException
- If filename is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |