|
TPTP 4.4.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.remote.RemoteObjectSkeleton
org.eclipse.hyades.execution.remote.ExecutionComponentSkeleton
org.eclipse.hyades.execution.remote.ExecutionEnvironmentSkeleton
| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton |
|---|
delegate, sessionContext, uniqueId |
| Fields inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent |
|---|
DEAD, INACTIVE, NOT_CONFIGURED, READY, SUSPENDED |
| Constructor Summary | |
|---|---|
ExecutionEnvironmentSkeleton()
|
|
ExecutionEnvironmentSkeleton(IExecutionComponent delegate,
java.lang.Integer id)
|
|
| Method Summary | |
|---|---|
void |
addEnv(IOrderedProperty env)
Add a property from the currently set environment. |
IOrderedProperty[] |
getEnv()
Get the entire environment as it is currently set. |
IOrderedProperty |
getEnvByName(java.lang.String name)
Get the environment variable by name. |
IOrderedProperty |
removeProperty(java.lang.String name)
Remove a property from the currently set environment |
void |
setEnv(IOrderedProperty env)
Set the single environment variable, overwriting the existing property. |
void |
setEnv(IOrderedProperty[] env)
Set the entire environment, overwriting an existing properties. |
| Methods inherited from class org.eclipse.hyades.execution.remote.ExecutionComponentSkeleton |
|---|
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getNode, getParent, getState, getType, getVersion, handleMessage, init, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent |
| Methods inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton |
|---|
delegateRemoteCall, getDelegate, getSessionContext, getUniqueId, setDelegate, setId, setSessionContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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, init, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent |
| Constructor Detail |
public ExecutionEnvironmentSkeleton()
public ExecutionEnvironmentSkeleton(IExecutionComponent delegate,
java.lang.Integer id)
| Method Detail |
public IOrderedProperty[] getEnv()
throws ExecutionComponentStateException
IExecutionEnvironment
getEnv in interface IExecutionEnvironmentExecutionComponentStateExceptionIExecutionEnvironment.getEnv()
public IOrderedProperty getEnvByName(java.lang.String name)
throws ExecutionComponentStateException
IExecutionEnvironment
getEnvByName in interface IExecutionEnvironmentname - The name of the IOrderedProperty to lookup.
null otherwise
ExecutionComponentStateExceptionIExecutionEnvironment.getEnvByName(java.lang.String)
public void setEnv(IOrderedProperty[] env)
throws ExecutionComponentStateException
IExecutionEnvironment
setEnv in interface IExecutionEnvironmentenv - An array of IOrderedProperty objects to set the environment
ExecutionComponentStateExceptionIExecutionEnvironment.setEnv(org.eclipse.hyades.execution.core.IOrderedProperty[])
public void addEnv(IOrderedProperty env)
throws ExecutionComponentStateException
IExecutionEnvironment
addEnv in interface IExecutionEnvironmentenv - The property to add
ExecutionComponentStateExceptionIExecutionEnvironment.addEnv(org.eclipse.hyades.execution.core.IOrderedProperty)
public IOrderedProperty removeProperty(java.lang.String name)
throws ExecutionComponentStateException
IExecutionEnvironment
removeProperty in interface IExecutionEnvironmentname - The name of the property to remove
ExecutionComponentStateExceptionIExecutionEnvironment.removeProperty(java.lang.String)
public void setEnv(IOrderedProperty env)
throws ExecutionComponentStateException
IExecutionEnvironment
setEnv in interface IExecutionEnvironmentenv - The IOrderedProperty object to set the environment
ExecutionComponentStateExceptionIExecutionEnvironment.setEnv(org.eclipse.hyades.execution.core.IOrderedProperty)
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||