org.codehaus.plexus.configuration.xml
Class XmlPlexusConfiguration

java.lang.Object
  extended by org.codehaus.plexus.configuration.DefaultPlexusConfiguration
      extended by org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration
All Implemented Interfaces:
PlexusConfiguration

public final class XmlPlexusConfiguration
extends DefaultPlexusConfiguration


Constructor Summary
XmlPlexusConfiguration(java.lang.String name)
           
XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlPlexusConfiguration

public XmlPlexusConfiguration(java.lang.String name)

XmlPlexusConfiguration

public XmlPlexusConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom dom)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

createChild

protected PlexusConfiguration createChild(java.lang.String name)
Overrides:
createChild in class DefaultPlexusConfiguration


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.