Class XmlConfigurationWriter

java.lang.Object
com.carrotsearch.maven.plugins.junit4.XmlConfigurationWriter

class XmlConfigurationWriter extends Object
Write a plexus configuration to a stream
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(org.codehaus.plexus.configuration.PlexusConfiguration configuration, Writer writer)
     
    private void
    write(org.codehaus.plexus.configuration.PlexusConfiguration c, org.codehaus.plexus.util.xml.XMLWriter w, int depth)
     
    private void
    writeAttributes(org.codehaus.plexus.configuration.PlexusConfiguration c, org.codehaus.plexus.util.xml.XMLWriter w)
     
    private void
    writeTag(org.codehaus.plexus.configuration.PlexusConfiguration c, org.codehaus.plexus.util.xml.XMLWriter w, int depth)
     

    Methods inherited from class java.lang.Object

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

    • XmlConfigurationWriter

      XmlConfigurationWriter()
  • Method Details

    • write

      public void write(org.codehaus.plexus.configuration.PlexusConfiguration configuration, Writer writer) throws IOException
      Parameters:
      configuration - PlexusConfiguration
      writer - Writer
      Throws:
      IOException - In case of problems.
    • write

      private void write(org.codehaus.plexus.configuration.PlexusConfiguration c, org.codehaus.plexus.util.xml.XMLWriter w, int depth) throws IOException
      Throws:
      IOException
    • writeTag

      private void writeTag(org.codehaus.plexus.configuration.PlexusConfiguration c, org.codehaus.plexus.util.xml.XMLWriter w, int depth) throws IOException
      Throws:
      IOException
    • writeAttributes

      private void writeAttributes(org.codehaus.plexus.configuration.PlexusConfiguration c, org.codehaus.plexus.util.xml.XMLWriter w) throws IOException
      Throws:
      IOException