|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.execution.core.impl.ExecutionComponentImpl
org.eclipse.hyades.execution.core.impl.ExecutionEnvironmentImpl
org.eclipse.hyades.execution.core.impl.JavaExecutionEnvironment
public class JavaExecutionEnvironment
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent |
|---|
DEAD, INACTIVE, NOT_CONFIGURED, READY, SUSPENDED |
| Constructor Summary | |
|---|---|
JavaExecutionEnvironment()
|
|
| Method Summary | |
|---|---|
void |
addEnv(IOrderedProperty env)
Add a property from the currently set environment. |
void |
setEnv(IOrderedProperty env)
Set the single environment variable, overwriting the existing property. |
| Methods inherited from class org.eclipse.hyades.execution.core.impl.ExecutionEnvironmentImpl |
|---|
getEnv, getEnvByName, init, removeProperty, setEnv |
| Methods inherited from class org.eclipse.hyades.execution.core.impl.ExecutionComponentImpl |
|---|
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getNode, getParent, getState, getType, getVersion, handleMessage, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent |
|---|
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getNode, getParent, getState, getType, getVersion, handleMessage, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent |
| Constructor Detail |
|---|
public JavaExecutionEnvironment()
| Method Detail |
|---|
public void setEnv(IOrderedProperty env)
throws ExecutionComponentStateException
IExecutionEnvironment
setEnv in interface IExecutionEnvironmentsetEnv in class ExecutionEnvironmentImplenv - The IOrderedProperty object to set the environment
ExecutionComponentStateExceptionIExecutionEnvironment.addEnv(org.eclipse.hyades.execution.core.IOrderedProperty)
public void addEnv(IOrderedProperty env)
throws ExecutionComponentStateException
IExecutionEnvironment
addEnv in interface IExecutionEnvironmentaddEnv in class ExecutionEnvironmentImplenv - The property to add
ExecutionComponentStateExceptionIExecutionEnvironment.addEnv(org.eclipse.hyades.execution.core.IOrderedProperty)
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||