Class XmlPlexusConfiguration

java.lang.Object
org.codehaus.plexus.configuration.DefaultPlexusConfiguration
org.apache.maven.internal.xml.XmlPlexusConfiguration
All Implemented Interfaces:
org.codehaus.plexus.configuration.PlexusConfiguration

public class XmlPlexusConfiguration extends org.codehaus.plexus.configuration.DefaultPlexusConfiguration
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static org.codehaus.plexus.configuration.PlexusConfiguration
     
     

    Methods inherited from class org.codehaus.plexus.configuration.DefaultPlexusConfiguration Link icon

    add, addChild, addChild, createChild, getAttribute, getAttribute, getAttributeNames, getChild, getChild, getChild, getChildCount, getChildren, getChildren, getName, getValue, getValue, setAttribute, setValue

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • XmlPlexusConfiguration Link icon

      public XmlPlexusConfiguration(XmlNode node)
  • Method Details Link icon

    • toPlexusConfiguration Link icon

      public static org.codehaus.plexus.configuration.PlexusConfiguration toPlexusConfiguration(XmlNode node)
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object