Class XmlPlexusConfiguration
- java.lang.Object
-
- org.codehaus.plexus.configuration.DefaultPlexusConfiguration
-
- org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration
-
- All Implemented Interfaces:
PlexusConfiguration
public final class XmlPlexusConfiguration extends DefaultPlexusConfiguration
-
-
Constructor Summary
Constructors Constructor Description XmlPlexusConfiguration(java.lang.String name)
XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlexusConfiguration
createChild(java.lang.String name)
java.lang.String
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
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
createChild
protected PlexusConfiguration createChild(java.lang.String name)
- Overrides:
createChild
in classDefaultPlexusConfiguration
-
-