public interface RunProfile
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon()
Returns the icon for the run configuration.
|
java.lang.String |
getName()
Returns the name of the run configuration.
|
RunProfileState |
getState(Executor executor,
ExecutionEnvironment environment)
Prepares for executing a specific instance of the run configuration.
|
RunProfileState getState(Executor executor, ExecutionEnvironment environment) throws ExecutionException
executor
- the execution mode selected by the user (run, debug, profile etc.)environment
- the environment object containing additional settings for executing the configuration.ExecutionException
java.lang.String getName()
javax.swing.Icon getIcon()