Class XmlConfigurationWriter
java.lang.Object
com.carrotsearch.maven.plugins.junit4.XmlConfigurationWriter
Write a plexus configuration to a stream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
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
-