|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.config.xml.XMLConfig_42_Visitor
public class XMLConfig_42_Visitor
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 |
---|
public XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl)
public XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl, ConfigurationObjectEditor configEditor)
Method Detail |
---|
public ConfigurationObjectEditor getEditor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |