public class ConfigurationUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Configuration c1,
Configuration c2)
Test to see if two Configuration's can be considered the same.
|
static org.w3c.dom.Element |
toElement(Configuration configuration)
Convert a configuration tree into a DOM Element tree.
|
public static org.w3c.dom.Element toElement(Configuration configuration)
configuration
- the configuration objectpublic static boolean equals(Configuration c1, Configuration c2)
c1
- Configuration to testc2
- Configuration to test