org.opencms.util
Class CmsPropertyUtils

java.lang.Object
  extended by org.opencms.util.CmsPropertyUtils

public final class CmsPropertyUtils
extends Object

Utilities to access property files.

Since:
6.0.0
Version:
$Revision: 1.9 $
Author:
Alexander Kandzior

Method Summary
static ExtendedProperties loadProperties(String file)
          Loads an extended property file and performs escaping/unescaping of "," and "=" entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadProperties

public static ExtendedProperties loadProperties(String file)
                                         throws IOException
Loads an extended property file and performs escaping/unescaping of "," and "=" entries.

Parameters:
file - the file tp read the properties from
Returns:
the initialized extended properties
Throws:
IOException - in case of IO errors