public class DefaultExecutionTarget extends ExecutionTarget
| Modifier and Type | Field and Description |
|---|---|
static ExecutionTarget |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRun(RunConfiguration configuration)
Implementation-specific logic should decide whether to suggest this target for the given configuration.
|
java.lang.String |
getDisplayName() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId()
Id is used to save selected target between restarts
|
canRun, equals, hashCode, isExternallyManaged, isReady, toStringpublic static final ExecutionTarget INSTANCE
public java.lang.String getId()
ExecutionTargetgetId in class ExecutionTargetpublic java.lang.String getDisplayName()
getDisplayName in class ExecutionTargetpublic javax.swing.Icon getIcon()
getIcon in class ExecutionTargetpublic boolean canRun(RunConfiguration configuration)
ExecutionTargetcanRun in class ExecutionTarget