org.eclipse.ptp.etfw.toolopts
Class ExternalTool
java.lang.Object
org.eclipse.ptp.etfw.toolopts.ExternalTool
- Direct Known Subclasses:
- BuildTool, ExecTool, PostProcTool
public abstract class ExternalTool
- extends Object
|
Method Summary |
boolean |
canRun(ILaunchConfiguration configuration)
Determines if this this external tool can be executed based on if the value of 'requireTrue' is set to true or false in the
configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toolID
public String toolID
toolName
public String toolName
toolType
public String toolType
requireTrue
public String requireTrue
global
public ToolApp global
ExternalTool
public ExternalTool()
canRun
public boolean canRun(ILaunchConfiguration configuration)
- Determines if this this external tool can be executed based on if the value of 'requireTrue' is set to true or false in the
configuration.
- Parameters:
configuration -
- Returns:
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.