|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.toolbox.misc.PropertiesUtil
Provides some tasks for dealing with Properties
.
Method Summary | |
static java.util.Properties |
load(java.lang.String theName)
Loads properties from a given file. |
static java.util.Properties |
load(java.lang.String theName,
java.util.Properties theDefaultProperties)
Loads properties from a given 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 load(java.lang.String theName) throws java.io.IOException
Loads properties from a given file.
null
null
theName
- of the properties file
java.io.IOException
- when the file is not found or other troublespublic static java.util.Properties load(java.lang.String theName, java.util.Properties theDefaultProperties) throws java.io.IOException
Loads properties from a given file.
null
null
null
theName
- of the properties filetheDefaultProperties
- to use
java.io.IOException
- when the file is not found or other troubles
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |