|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
void performErrorfeedback(Object resource,
String errorFeedbackxmlFileName,
org.eclipse.core.runtime.IProgressMonitor monitor,
boolean cleanup)
throws OperationFailedException
resource - -The ILogicalResource or
IPhysicalResource that is part of the build or
syntax check operation and requiring error feedbackerrorFeedbackxmlFileName - - the name of the XML ZOSSequentialDataSet that
was generated by the build or syntax check processmonitor - - Progress monitor or nullcleanup - - 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.
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||