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

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

public class AssemblyXpp3Writer
extends Object

Class AssemblyXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

AssemblyXpp3Writer

public AssemblyXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  Assembly assembly)
           throws IOException
Method write.

Parameters:
writer -
assembly -
Throws:
IOException

write

public void write(OutputStream stream,
                  Assembly assembly)
           throws IOException
Method write.

Parameters:
stream -
assembly -
Throws:
IOException


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