public interface IAsynchronousToolExecutor extends IToolExecutor2
IToolExecutor2 for tools which are able to schedule
asynchronous jobs.
Note: This interface is currently very limited, may be extended in the future and is not intended to be implemented by clients yet.
| Modifier and Type | Method and Description |
|---|---|
IToolResult |
parseToolResult(IToolContext pToolContext,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Reads the result of a previously executed tool from the given parameter
file path.
|
createToolContext, executeMassProcessing, executeSingleProcessing, init, supportsMassProcessingIToolResult parseToolResult(IToolContext pToolContext, java.lang.String pParmFilePath, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
pToolContext - the tool contextpParmFilePath - the parameter file pathpMon - progress monitorTaurusToolException - if parsing the tool result encounters a problemCopyright © 2015 Micro Focus GmbH. All rights reserved.