Class XmlPlexusConfiguration
- java.lang.Object
-
- org.codehaus.plexus.configuration.DefaultPlexusConfiguration
-
- org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration
-
- All Implemented Interfaces:
PlexusConfiguration
public class XmlPlexusConfiguration extends DefaultPlexusConfiguration
-
-
Constructor Summary
Constructors Constructor Description XmlPlexusConfiguration()
XmlPlexusConfiguration(String name)
XmlPlexusConfiguration(String name, String value)
XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.codehaus.plexus.configuration.DefaultPlexusConfiguration
addChild, addChild, addChild, getAttribute, getAttribute, getAttributeNames, getChild, getChild, getChild, getChildCount, getChildren, getChildren, getName, getValue, getValue, setAttribute, setName, setValue, setValueAndGetSelf
-
-
-
-
Constructor Detail
-
XmlPlexusConfiguration
public XmlPlexusConfiguration()
-
XmlPlexusConfiguration
public XmlPlexusConfiguration(String name)
-
XmlPlexusConfiguration
public XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
-
-