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(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(String name)
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
-
-
-
-
Constructor Detail
-
XmlPlexusConfiguration
public XmlPlexusConfiguration(String name)
-
XmlPlexusConfiguration
public XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
-
-
Method Detail
-
createChild
protected PlexusConfiguration createChild(String name)
- Overrides:
createChild
in classDefaultPlexusConfiguration
-
-