org.codehaus.cargo.maven2.io.xpp3
Class UberWarXpp3Writer

java.lang.Object
  extended by org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer

public class UberWarXpp3Writer
extends Object

Class UberWarXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

UberWarXpp3Writer

public UberWarXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  MergeRoot mergeRoot)
           throws IOException
Method write.

Parameters:
writer -
mergeRoot -
Throws:
IOException

write

public void write(OutputStream stream,
                  MergeRoot mergeRoot)
           throws IOException
Method write.

Parameters:
stream -
mergeRoot -
Throws:
IOException


Copyright © 2004-2012 Codehaus. All Rights Reserved.