Configuration converter.
Helper class to convert between Configuration, ExtendedProperties and
standard Properties.
author: Martin Poeschl version: $Id: ConfigurationConverter.java,v 1.2 2004/05/28 22:02:58 skoehler Exp $
Convert a ExtendedProperties class into a Configuration class.
Parameters: ep - ExtendedProperties object to convert Configuration created from the ExtendedProperties
Convert a standard properties class into a configuration class.
Parameters: p - properties object to convert Configuration configuration created from the Properties
getExtendedProperties
public static ExtendedProperties getExtendedProperties(Configuration c)(Code)
Convert a Configuration class into a ExtendedProperties class.
Parameters: c - Configuration object to convert ExtendedProperties created from the Configuration
Convert a Configuration class into a Properties class. Multvalue keys
will be collapsed by
Configuration.getString(String) .
Parameters: c - Configuration object to convert Properties created from the Configuration