org.apache.avalon.framework.configuration
public class ConfigurationUtil extends Object
Version: CVS $Revision: 1.11 $ $Date: 2003/02/11 15:58:38 $
Method Summary | |
---|---|
static boolean | equals(Configuration c1, Configuration c2)
Test to see if two Configuration's can be considered the same. |
static Element | toElement(Configuration configuration)
Convert a configuration tree into a DOM Element tree.
|
Parameters: c1 Configuration to test c2 Configuration to test
Returns: true if the configurations can be considered equals
Parameters: configuration the configuration object
Returns: the DOM Element