public abstract class ExternalTool
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ToolApp |
global |
java.lang.String |
requireTrue |
java.lang.String |
toolID |
java.lang.String |
toolName |
java.lang.String |
toolType |
| Constructor and Description |
|---|
ExternalTool() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRun(org.eclipse.debug.core.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.
|
public java.lang.String toolID
public java.lang.String toolName
public java.lang.String toolType
public java.lang.String requireTrue
public ToolApp global
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.