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, toString
public static final ExecutionTarget INSTANCE
public java.lang.String getId()
ExecutionTarget
getId
in class ExecutionTarget
public java.lang.String getDisplayName()
getDisplayName
in class ExecutionTarget
public javax.swing.Icon getIcon()
getIcon
in class ExecutionTarget
public boolean canRun(RunConfiguration configuration)
ExecutionTarget
canRun
in class ExecutionTarget