PTP
Release 7.0

org.eclipse.ptp.etfw.toolopts
Class ExecTool

java.lang.Object
  extended by org.eclipse.ptp.etfw.toolopts.ExternalTool
      extended by 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.
 
Fields inherited from class org.eclipse.ptp.etfw.toolopts.ExternalTool
global, requireTrue, toolID, toolName, toolType
 
Constructor Summary
ExecTool()
           
 
Method Summary
 
Methods inherited from class org.eclipse.ptp.etfw.toolopts.ExternalTool
canRun
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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)

Constructor Detail

ExecTool

public ExecTool()

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.