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 java.lang.Object


Field Summary
 ToolApp global
           
 java.lang.String requireTrue
           
 java.lang.String toolID
           
 java.lang.String toolName
           
 java.lang.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 java.lang.String toolID

toolName

public java.lang.String toolName

toolType

public java.lang.String toolType

requireTrue

public java.lang.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.