public interface CompatibilityAwareRunProfile extends RunProfile
Modifier and Type | Method and Description |
---|---|
boolean |
mustBeStoppedToRun(RunConfiguration configuration)
Checks whether the run configuration is compatible with the configuration passed as a parameter
and may still run if the configuration passed as a parameter starts as well.
|
getIcon, getName, getState
boolean mustBeStoppedToRun(RunConfiguration configuration)
configuration
- the run configuration to check a compatibility to run with the current configuration.