com.ibm.ftt.services.errorfeedback
Interface IRemoteErrorFeedback


public interface IRemoteErrorFeedback


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 void performErrorfeedback(Object resource, String errorFeedbackxmlFileName, org.eclipse.core.runtime.IProgressMonitor monitor, boolean cleanup)
          Performs the error feedback for the given resource by finding, parsing and populating the remote error list based on the error feedback xml file name passed in.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

performErrorfeedback

void performErrorfeedback(Object resource,
                          String errorFeedbackxmlFileName,
                          org.eclipse.core.runtime.IProgressMonitor monitor,
                          boolean cleanup)
                          throws OperationFailedException
Performs the error feedback for the given resource by finding, parsing and populating the remote error list based on the error feedback xml file name passed in.

Parameters:
resource - -The ILogicalResource or IPhysicalResource that is part of the build or syntax check operation and requiring error feedback
errorFeedbackxmlFileName - - the name of the XML ZOSSequentialDataSet that was generated by the build or syntax check process
monitor - - Progress monitor or null
cleanup - - a flag to indicate whether to delete the XML sequential data set after parsing or not, a value of true should be passed in to have the file deleted or false to leave it on the host.
Throws:
OperationFailedException - - if the resource is not an instance of ILogicalResource or IPhysicalResource - if the xml file could not be located/found - if the xml file format does not conform to RDz provided schema