Class InterviewPropagator.PropogateMap

  • Enclosing class:
    InterviewPropagator

    public class InterviewPropagator.PropogateMap
    extends java.lang.Object
    Propagation data model.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropogateMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getConflictReportFile()
      Returns temporary file with html conflict report
      java.io.File getUpdatesReportFile()
      Returns temporary file with html updates report
      boolean hasConflicts()
      Does the data contain conflicts?
      boolean hasUpdates()
      Does the data contain auto updates?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropogateMap

        public PropogateMap()
    • Method Detail

      • hasConflicts

        public boolean hasConflicts()
        Does the data contain conflicts?
      • hasUpdates

        public boolean hasUpdates()
        Does the data contain auto updates?
      • getConflictReportFile

        public java.io.File getConflictReportFile()
        Returns temporary file with html conflict report
      • getUpdatesReportFile

        public java.io.File getUpdatesReportFile()
        Returns temporary file with html updates report