Class SyncFileCompare


  • public class SyncFileCompare
    extends java.lang.Object
    Compares two sync files, creating 3 psuedo-sync files. This assumes that the input sync files are for a single channel and are sorted.
    • In A and In B
    • In A and Not In B
    • Not In A and In B
    • Method Detail

      • getInAinB

        public SyncFile getInAinB()
      • getNotAinB

        public SyncFile getNotAinB()
      • getInAnotB

        public SyncFile getInAnotB()
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)
      • getEarliest

        public java.util.Date getEarliest()
      • getLatest

        public java.util.Date getLatest()
      • range

        public static java.util.Date[] range​(java.util.Collection<SyncFile> sfSet)