public class PropertyLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
loadOnce(String propertyFileName)
Deprecated.
Calls
loadProperties() if it has not been called before for
the given file. |
static void |
loadProperties(String propertyFileName)
Deprecated.
Reads given "property file" and sets system properties accordingly.
|
static void |
main(String[] args)
Deprecated.
Test harness
|
public static void loadOnce(String propertyFileName) throws IOException
loadProperties() if it has not been called before for
the given file. If the given property file has already been loaded, this
method does nothing.IOExceptionpublic static void loadProperties(String propertyFileName) throws IOException
IOExceptionCopyright © 2001-2012 University Health Network. All Rights Reserved.