|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.etfw.toolopts.ExternalTool
public abstract class ExternalTool
| 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 |
|---|
public java.lang.String toolID
public java.lang.String toolName
public java.lang.String toolType
public java.lang.String requireTrue
public ToolApp global
| Constructor Detail |
|---|
public ExternalTool()
| Method Detail |
|---|
public boolean canRun(ILaunchConfiguration configuration)
configuration -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||