Class VerificationsXpp3Writer

java.lang.Object
org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Writer

public class VerificationsXpp3Writer extends Object
Class VerificationsXpp3Writer.
Version:
$Revision$ $Date$
  • Field Details

    • NAMESPACE

      private static final String NAMESPACE
      Field NAMESPACE.
    • fileComment

      private String fileComment
      Field fileComment.
  • Constructor Details

    • VerificationsXpp3Writer

      public VerificationsXpp3Writer()
  • Method Details

    • setFileComment

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

      public void write(Writer writer, Verifications verifications) throws IOException
      Method write.
      Parameters:
      writer -
      verifications -
      Throws:
      IOException
    • write

      public void write(OutputStream stream, Verifications verifications) throws IOException
      Method write.
      Parameters:
      stream -
      verifications -
      Throws:
      IOException
    • writeFile

      private void writeFile(File file, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException
      Method writeFile.
      Parameters:
      file -
      serializer -
      tagName -
      Throws:
      IOException
    • writeVerifications

      private void writeVerifications(Verifications verifications, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException
      Method writeVerifications.
      Parameters:
      verifications -
      serializer -
      tagName -
      Throws:
      IOException