Class XmlPlexusConfiguration
java.lang.Object
org.codehaus.plexus.configuration.DefaultPlexusConfiguration
org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration
- All Implemented Interfaces:
PlexusConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionXmlPlexusConfiguration
(String name) XmlPlexusConfiguration
(org.codehaus.plexus.util.xml.Xpp3Dom dom) -
Method Summary
Modifier and TypeMethodDescriptionprotected PlexusConfiguration
createChild
(String name) toString()
Methods inherited from class org.codehaus.plexus.configuration.DefaultPlexusConfiguration
add, addChild, addChild, getAttribute, getAttribute, getAttributeNames, getChild, getChild, getChild, getChildCount, getChildren, getChildren, getName, getValue, getValue, setAttribute, setValue
-
Constructor Details
-
XmlPlexusConfiguration
-
XmlPlexusConfiguration
public XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
-
-
Method Details
-
toString
-
createChild
- Overrides:
createChild
in classDefaultPlexusConfiguration
-