IToolExecutor2 implementations.@Deprecated public class IntegratedToolExecuter extends java.lang.Object implements IToolExecutor
| Constructor and Description |
|---|
IntegratedToolExecuter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
execTool(IExecutionContext pContext,
ToolDescriptor pTauToolDescr,
java.lang.String pAffectedRes,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
execute the given integrated tool
|
IToolOutputReader |
getOutputReader()
Deprecated.
Returns the implementation of the IToolOutputReader which is used for
reading the tool output of the implemented IToolExecutor.
|
java.util.List<java.lang.String> |
readParmFile(ISystemImage pImg,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Converts the contents of a parameter file into a list of strings (lines).
|
public ToolExecutionStatus execTool(IExecutionContext pContext, ToolDescriptor pTauToolDescr, java.lang.String pAffectedRes, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusToolException
execTool in interface IToolExecutorpContext - actual execution contextpTauToolDescr - descriptor of the integrated toolpAffectedRes - affected resourcepMon - progress monitorTaurusToolException - if a Taurus tool exception occurspublic IToolOutputReader getOutputReader()
IToolExecutorOnly required for tools which are able to execute batch jobs.
getOutputReader in interface IToolExecutorpublic java.util.List<java.lang.String> readParmFile(ISystemImage pImg, java.lang.String pParmFilePath, org.eclipse.core.runtime.IProgressMonitor pMon) throws java.io.IOException
IToolExecutorOnly required for tools which are able to execute batch jobs.
readParmFile in interface IToolExecutorpImg - the system imagepParmFilePath - the parameter file pathpMon - progress monitorjava.io.IOException - if reading or interpreting the parameter file failsCopyright © 2015 Micro Focus GmbH. All rights reserved.