com.metamatrix.common.config.xml
Class XMLConfig_42_Visitor

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

public class XMLConfig_42_Visitor
extends java.lang.Object

This class is used to create a Configuration XML element that will contain all of the information related to a Configuration object. The pattern for use of this class should be to ONLY pass this visitor to a Configuration object throught its accept() method. DO NOT pass this visitor directly to any configuration object other than a Configuration object. The algorithm will fail.


Constructor Summary
XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl)
          This constructor does nothing.
XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl, ConfigurationObjectEditor configEditor)
           
 
Method Summary
 ConfigurationObjectEditor getEditor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfig_42_Visitor

public XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl)
This constructor does nothing.


XMLConfig_42_Visitor

public XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl,
                            ConfigurationObjectEditor configEditor)
Method Detail

getEditor

public ConfigurationObjectEditor getEditor()


Copyright © 2009. All Rights Reserved.