org.apache.maven.plugin.assembly.model.io.xpp3
Class ComponentXpp3Writer
java.lang.Object
  
org.apache.maven.plugin.assembly.model.io.xpp3.ComponentXpp3Writer
public class ComponentXpp3Writer
- extends Object
 
Class ComponentXpp3Writer.
- Version:
 
  - $Revision$ $Date$
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ComponentXpp3Writer
public ComponentXpp3Writer()
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.