public interface IExecutionEnvironmentsManager
JavaRuntime.getExecutionEnvironmentsManager()
.Modifier and Type | Method and Description |
---|---|
IExecutionEnvironment |
getEnvironment(String id)
Returns the execution environment associated with the given
identifier or
null if none. |
IExecutionEnvironment[] |
getExecutionEnvironments()
Returns all registered execution environments sorted by their id.
|
IExecutionEnvironment[] getExecutionEnvironments()
IExecutionEnvironment.getId()
IExecutionEnvironment getEnvironment(String id)
null
if none.id
- execution environment identifiernull
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.