|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.util.PropertyLoader
public class PropertyLoader
Loads system properties from a file. This is intended as a convenient way of setting multiple system properties.
Method Summary | |
---|---|
static void |
loadOnce(java.lang.String propertyFileName)
Calls loadProperties() if it has not been called before for
the given file. |
static void |
loadProperties(java.lang.String propertyFileName)
Reads given "property file" and sets system properties accordingly. |
static void |
main(java.lang.String[] args)
Test harness |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void loadOnce(java.lang.String propertyFileName) throws java.io.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.
java.io.IOException
public static void loadProperties(java.lang.String propertyFileName) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |