|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.CmsPropertyUtils
public final class CmsPropertyUtils
Utilities to access property files.
Method Summary | |
---|---|
static org.apache.commons.collections.ExtendedProperties |
loadProperties(java.io.InputStream stream)
Loads an extended property file and performs unescaping of "," and "=" entries. |
static org.apache.commons.collections.ExtendedProperties |
loadProperties(java.lang.String file)
Loads an extended property file and performs unescaping of "," and "=" entries. |
static void |
unescapeProperties(org.apache.commons.collections.ExtendedProperties properties)
Unescapes the given properties, unescaping "," and "=" entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.apache.commons.collections.ExtendedProperties loadProperties(java.io.InputStream stream) throws java.io.IOException
stream
- the input stream to read the properties from
java.io.IOException
- in case of IO errorspublic static org.apache.commons.collections.ExtendedProperties loadProperties(java.lang.String file) throws java.io.IOException
file
- the file to read the properties from
java.io.IOException
- in case of IO errorspublic static void unescapeProperties(org.apache.commons.collections.ExtendedProperties properties)
properties
- the properties to adjust
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |