public abstract class AbstractResourceOperationProcessor
extends java.lang.Object
ResourceOperation| Constructor and Description |
|---|
AbstractResourceOperationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
didErrorsOccur()
Can be called after
doResourceProcessing(IExecutionContext, ToolDescriptor, String, IToolResult, IProgressMonitor)
to find out whether a resource operation could not be executed. |
void |
doResourceProcessing(IExecutionContext pContext,
ToolDescriptor pToolDesc,
java.lang.String pAffectedRes,
IToolResult pToolResult,
org.eclipse.core.runtime.IProgressMonitor pMon)
Performs the resource operation(s) after a tool was executed.
|
public void doResourceProcessing(IExecutionContext pContext, ToolDescriptor pToolDesc, java.lang.String pAffectedRes, IToolResult pToolResult, org.eclipse.core.runtime.IProgressMonitor pMon)
pContext - the IExecutionContextpToolDesc - the ToolDescriptor that was executedpAffectedRes - logical resource name. Can be null.pToolResult - the ToolExecutionStatus which can contain tool defined
resource operationspMon - IProgressMonitorpublic boolean didErrorsOccur()
doResourceProcessing(IExecutionContext, ToolDescriptor, String, IToolResult, IProgressMonitor)
to find out whether a resource operation could not be executed.true if at least one error occurred.
false otherwise.Copyright © 2015 Micro Focus GmbH. All rights reserved.