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.ObjectPropagation data model.
-
-
Constructor Summary
Constructors Constructor Description PropogateMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetConflictReportFile()Returns temporary file with html conflict reportjava.io.FilegetUpdatesReportFile()Returns temporary file with html updates reportbooleanhasConflicts()Does the data contain conflicts?booleanhasUpdates()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
-
-