public interface IResourceProcessor
ResourceOperations.
Not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
void |
doResourceProcessing(IExecutionContext pContext,
ToolDescriptor pToolDesc,
java.lang.String pAffectedRes,
ToolExecutionStatus execStat)
Handles resource operations of an executed TAURUS tool.
|
boolean |
supportsResourceOperation(EResourceProcessingTypes pRp)
Returns whether the given
EResourceProcessingTypes is supported
by this resource processor. |
void doResourceProcessing(IExecutionContext pContext, ToolDescriptor pToolDesc, java.lang.String pAffectedRes, ToolExecutionStatus execStat) throws TaurusCoreException
pContext - the context of the TAURUS ActionpToolDesc - the tool descriptor that was executedpAffectedRes - logical name of the affected resource (can be
null)execStat - the execution status of the executed toolTaurusCoreException - if the resource operation failsboolean supportsResourceOperation(EResourceProcessingTypes pRp)
EResourceProcessingTypes is supported
by this resource processor.pRp - the resource processing type to checktrue if the processor supports this resource
operation type, false if notCopyright © 2015 Micro Focus GmbH. All rights reserved.