Class FileSetXpp3Writer

java.lang.Object
org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer

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

    • FileSetXpp3Writer

      public FileSetXpp3Writer()
  • Method Details

    • setFileComment

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

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

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