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

    Constructors
    Constructor
    Description
    XmlPlexusConfiguration(org.apache.maven.api.xml.XmlNode node)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.codehaus.plexus.configuration.PlexusConfiguration
    toPlexusConfiguration(org.apache.maven.api.xml.XmlNode node)
     
     

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

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

    Methods inherited from class Object

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

    • XmlPlexusConfiguration

      public XmlPlexusConfiguration(org.apache.maven.api.xml.XmlNode node)
  • Method Details

    • toPlexusConfiguration

      public static org.codehaus.plexus.configuration.PlexusConfiguration toPlexusConfiguration(org.apache.maven.api.xml.XmlNode node)
    • toString

      public String toString()
      Overrides:
      toString in class Object