|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manager for execution environments. The singleton manager is available
via JavaRuntime.getExecutionEnvironmentsManager()
.
Clients are not intended to implement this interface.
Method Summary | |
---|---|
IExecutionEnvironment |
getEnvironment(String id)
Returns the execution environment associated with the given identifier or null if none. |
IExecutionEnvironment[] |
getExecutionEnvironments()
Returns all registered execution environments. |
Method Detail |
public IExecutionEnvironment[] getExecutionEnvironments()
public IExecutionEnvironment getEnvironment(String id)
null
if none.
id
- execution environment identifier
null
|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |