org.apache.maven.plugin.assembly.model.io.xpp3
Class ComponentXpp3Writer

java.lang.Object
  extended by org.apache.maven.plugin.assembly.model.io.xpp3.ComponentXpp3Writer

public class ComponentXpp3Writer
extends Object

Class ComponentXpp3Writer.

Version:
$Revision$ $Date$

Constructor Summary
ComponentXpp3Writer()
           
 
Method Summary
 void write(OutputStream stream, Component component)
          Method write.
 void write(Writer writer, Component component)
          Method write.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentXpp3Writer

public ComponentXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  Component component)
           throws IOException
Method write.

Parameters:
writer -
component -
Throws:
IOException

write

public void write(OutputStream stream,
                  Component component)
           throws IOException
Method write.

Parameters:
stream -
component -
Throws:
IOException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.