|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.config.ConfigurationHelperUtil
public class ConfigurationHelperUtil
This class has a bunch of utility methods to work with configuration objects.
| Method Summary | |
|---|---|
static boolean |
equals(ConfigurationHelper c1,
ConfigurationHelper c2)
Test to see if two Configuration's can be considered the same. |
static ConfigurationHelper |
toConfiguration(Element element)
Convert a DOM Element tree into a configuration tree. |
static Element |
toElement(ConfigurationHelper configuration)
Convert a configuration tree into a DOM Element tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ConfigurationHelper toConfiguration(Element element)
public static Element toElement(ConfigurationHelper configuration)
public static boolean equals(ConfigurationHelper c1,
ConfigurationHelper c2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||