org.apache.maven.plugin.resources.remote.io.xpp3
Class SupplementalDataModelXpp3Writer

java.lang.Object
  extended by org.apache.maven.plugin.resources.remote.io.xpp3.SupplementalDataModelXpp3Writer

public class SupplementalDataModelXpp3Writer
extends Object

Class SupplementalDataModelXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

SupplementalDataModelXpp3Writer

public SupplementalDataModelXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  SupplementalDataModel supplementalDataModel)
           throws IOException
Method write.

Parameters:
writer -
supplementalDataModel -
Throws:
IOException

write

public void write(OutputStream stream,
                  SupplementalDataModel supplementalDataModel)
           throws IOException
Method write.

Parameters:
stream -
supplementalDataModel -
Throws:
IOException


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