com.metamatrix.common.config.xml
Class XMLHelperUtil

java.lang.Object
  extended by com.metamatrix.common.config.xml.XMLHelperUtil

public class XMLHelperUtil
extends java.lang.Object

Since:
4.1

Constructor Summary
XMLHelperUtil()
           
 
Method Summary
static org.jdom.Element addHeaderElement(org.jdom.Element root, java.util.Properties properties)
           
protected static java.util.Properties createHeaderProperties(java.util.Properties props)
           
static java.util.Properties getHeaderProperties(org.jdom.Element element)
           
static boolean is42ConfigurationCompatible(org.jdom.Element root)
           
static boolean is42ConfigurationCompatible(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLHelperUtil

public XMLHelperUtil()
Method Detail

is42ConfigurationCompatible

public static final boolean is42ConfigurationCompatible(org.jdom.Element root)
                                                 throws InvalidConfigurationElementException
Throws:
InvalidConfigurationElementException

is42ConfigurationCompatible

public static final boolean is42ConfigurationCompatible(java.util.Properties props)
                                                 throws InvalidConfigurationElementException
Throws:
InvalidConfigurationElementException

getHeaderProperties

public static final java.util.Properties getHeaderProperties(org.jdom.Element element)
                                                      throws InvalidConfigurationElementException
Throws:
InvalidConfigurationElementException

addHeaderElement

public static final org.jdom.Element addHeaderElement(org.jdom.Element root,
                                                      java.util.Properties properties)

createHeaderProperties

protected static java.util.Properties createHeaderProperties(java.util.Properties props)


Copyright © 2009. All Rights Reserved.