org.apache.maven.plugin.antrun
Class AntrunXmlPlexusConfigurationWriter

java.lang.Object
  extended by 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
AntrunXmlPlexusConfigurationWriter()
           
 
Method Summary
 void write(org.codehaus.plexus.configuration.PlexusConfiguration configuration, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntrunXmlPlexusConfigurationWriter

public AntrunXmlPlexusConfigurationWriter()
Method Detail

write

public void write(org.codehaus.plexus.configuration.PlexusConfiguration configuration,
                  Writer writer)
           throws IOException
Throws:
IOException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.