org.eclipse.ptp.etfw.toolopts
Class ExecTool
java.lang.Object
org.eclipse.ptp.etfw.toolopts.ExternalTool
org.eclipse.ptp.etfw.toolopts.ExecTool
public class ExecTool
- extends ExternalTool
|
Field Summary |
ToolApp[] |
execUtils
The array of individual tools to be passed the executable being analyzed (in nesting order) |
boolean |
prependExecution
If true the actual executable is an argument passed to one or more additional utilities |
boolean |
replaceExecution
If true the executable and arguments in the launch configuration are ignored and the utilities given are run instead. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prependExecution
public boolean prependExecution
- If true the actual executable is an argument passed to one or more additional utilities
replaceExecution
public boolean replaceExecution
- If true the executable and arguments in the launch configuration are ignored and the utilities given are run instead.
- Since:
- 5.0
execUtils
public ToolApp[] execUtils
- The array of individual tools to be passed the executable being analyzed (in nesting order)
ExecTool
public ExecTool()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.