Class ArchetypeCatalogXpp3Writer

java.lang.Object
org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Writer

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

    • ArchetypeCatalogXpp3Writer

      public ArchetypeCatalogXpp3Writer()
  • Method Details

    • setFileComment

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

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

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