blob: a97e086a2dc3f4f20899979a662d82f007ba7351 [file] [log] [blame]
package org.eclipse.ptp.etfw.toolopts;
public class ExecTool extends ExternalTool {
/**
* If true the actual executable is an argument passed to one or more additional utilities
*/
public boolean prependExecution=false;
/**
* The array of individual tools to be passed the executable being analyzed (in nesting order)
*/
public ToolApp[] execUtils=null;
}