public interface IToolOutputReader
ITaurusJob. The output reader processes the job's result as
regular tools do during
IToolExecutor.execTool(IExecutionContext, ToolDescriptor, String, IProgressMonitor)
.| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
parseToolOutput(ToolDescriptor pTool,
java.util.List<java.lang.String> pToolOutput,
IExecutionContext pContext,
java.lang.String pTauPrefix,
org.eclipse.core.runtime.IProgressMonitor pMon)
Parses a tools output and returns a ToolExecutionStatus, which contains
the tools output parameters.
|
ToolExecutionStatus parseToolOutput(ToolDescriptor pTool, java.util.List<java.lang.String> pToolOutput, IExecutionContext pContext, java.lang.String pTauPrefix, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
pTool - The ToolDescriptor, which output should be read.pToolOutput - The Output of the Tool which should be read.pContext - The ExecutionContext of the tools execution.pTauPrefix - The prefix which is used in the tool output (like "TAUTOUT: "
in tool TAUTOIF) or null if no prefix was used.pMon - A progress monitorToolExecutionStatus of the executed toolTaurusToolException - if the parameter class is not supported by the
implementation.Copyright © 2015 Micro Focus GmbH. All rights reserved.