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
     
  • Method Summary

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

    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 java.lang.Object

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

    • XmlPlexusConfiguration

      public XmlPlexusConfiguration(Dom node)
  • Method Details

    • toPlexusConfiguration

      public static org.codehaus.plexus.configuration.PlexusConfiguration toPlexusConfiguration(Dom node)
    • toString

      public String toString()
      Overrides:
      toString in class Object