Package com.sun.javatest
Class InterviewPropagator.PropogateMap
- java.lang.Object
-
- com.sun.javatest.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 reportjava.io.File
getUpdatesReportFile()
Returns temporary file with html updates reportboolean
hasConflicts()
Does the data contain conflicts?boolean
hasUpdates()
Does the data contain auto updates?
-
-
-
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
-
-