PTP
Release 7.0

org.eclipse.ptp.etfw.toolopts
Class ExternalTool

java.lang.Object
  extended by org.eclipse.ptp.etfw.toolopts.ExternalTool
Direct Known Subclasses:
BuildTool, ExecTool, PostProcTool

public abstract class ExternalTool
extends Object


Field Summary
 ToolApp global
           
 String requireTrue
           
 String toolID
           
 String toolName
           
 String toolType
           
 
Constructor Summary
ExternalTool()
           
 
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
 

Field Detail

toolID

public String toolID

toolName

public String toolName

toolType

public String toolType

requireTrue

public String requireTrue

global

public ToolApp global
Constructor Detail

ExternalTool

public ExternalTool()
Method Detail

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:

PTP
Release 7.0

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