Class ReportWriter

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class ReportWriter
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • ReportWriter

        public ReportWriter​(java.io.File tempFile)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • reportMatchingObject

        public void reportMatchingObject​(java.lang.String objectId)
      • reportObjectMismatch

        public void reportObjectMismatch​(java.lang.String objectId,
                                         java.lang.Long sizeOffer1,
                                         java.lang.Long sizeOffer2)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException
      • getTotalObjectCount

        public long getTotalObjectCount()
      • getErrorCount

        public long getErrorCount()