Class SupplementalDataModelXpp3Writer

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

public class SupplementalDataModelXpp3Writer extends Object
Class SupplementalDataModelXpp3Writer.
Version:
$Revision$ $Date$
  • Constructor Details

    • SupplementalDataModelXpp3Writer

      public SupplementalDataModelXpp3Writer()
  • Method Details

    • setFileComment

      public void setFileComment(String fileComment)
      Method setFileComment.
      Parameters:
      fileComment - a fileComment object.
    • write

      public void write(Writer writer, SupplementalDataModel supplementalDataModel) throws IOException
      Method write.
      Parameters:
      writer - a writer object.
      supplementalDataModel - a supplementalDataModel object.
      Throws:
      IOException - java.io.IOException if any.
    • write

      public void write(OutputStream stream, SupplementalDataModel supplementalDataModel) throws IOException
      Method write.
      Parameters:
      stream - a stream object.
      supplementalDataModel - a supplementalDataModel object.
      Throws:
      IOException - java.io.IOException if any.