com.sun.javatest
Class InterviewPropagator.PropogateMap

java.lang.Object
  extended by com.sun.javatest.InterviewPropagator.PropogateMap
Enclosing class:
InterviewPropagator

public class InterviewPropagator.PropogateMap
extends java.lang.Object

Propagation data model.


Constructor Summary
InterviewPropagator.PropogateMap()
           
 
Method Summary
 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

InterviewPropagator.PropogateMap

public InterviewPropagator.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



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.