Package com.sun.javatest
Class InterviewPropagator.PropogateMap
java.lang.Object
com.sun.javatest.InterviewPropagator.PropogateMap
- Enclosing class:
InterviewPropagator
Propagation data model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns temporary file with html conflict reportReturns temporary file with html updates reportboolean
Does the data contain conflicts?boolean
Does the data contain auto updates?
-
Constructor Details
-
PropogateMap
public PropogateMap()
-
-
Method Details
-
hasConflicts
public boolean hasConflicts()Does the data contain conflicts? -
hasUpdates
public boolean hasUpdates()Does the data contain auto updates? -
getConflictReportFile
Returns temporary file with html conflict report -
getUpdatesReportFile
Returns temporary file with html updates report
-