Package org.apache.maven.plugin.antrun
Class AntrunXmlPlexusConfigurationWriter
- java.lang.Object
-
- org.apache.maven.plugin.antrun.AntrunXmlPlexusConfigurationWriter
-
public class AntrunXmlPlexusConfigurationWriter extends Object
Write a plexus configuration to a stream Note: This class was originally copied from plexus-container-default. It is duplicated here to maintain compatibility with both Maven 2.x and Maven 3.x.
-
-
Constructor Summary
Constructors Constructor Description AntrunXmlPlexusConfigurationWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(org.codehaus.plexus.configuration.PlexusConfiguration configuration, Writer writer)
-
-
-
Method Detail
-
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.
-
-