|
TPTP 4.6.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.local.common.CommandElement
org.eclipse.hyades.execution.local.common.SimpleProcessCommand
org.eclipse.hyades.execution.local.common.DetailedProcessCommand
org.eclipse.hyades.execution.local.common.ProcessLaunchedCommand
public class ProcessLaunchedCommand
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ProcessLaunchedCommand()
ProcessLaunchedCommand constructor comment. |
|
| Method Summary | |
|---|---|
void |
addEnvironmentVariable(java.lang.String name,
java.lang.String value)
Insert the method's description here. |
java.lang.String |
getArgs()
Insert the method's description here. |
java.lang.String[] |
getEnvironment()
Insert the method's description here. |
java.lang.String |
getExe()
Insert the method's description here. |
int |
getSize()
Insert the method's description here. |
int |
readFromBuffer(byte[] buffer,
int offset)
Insert the method's description here. |
void |
setArgs(java.lang.String args)
Insert the method's description here. |
void |
setEnvironment(java.lang.String[] env)
Insert the method's description here. |
void |
setExe(java.lang.String exe)
Insert the method's description here. |
int |
writeToBuffer(byte[] buffer,
int offset)
writeToBuffer method comment. |
| Methods inherited from class org.eclipse.hyades.execution.local.common.DetailedProcessCommand |
|---|
getProcessUUID |
| Methods inherited from class org.eclipse.hyades.execution.local.common.SimpleProcessCommand |
|---|
getProcessId, setProcessId |
| Methods inherited from class org.eclipse.hyades.execution.local.common.CommandElement |
|---|
getContext, getTag, setContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessLaunchedCommand()
| Method Detail |
|---|
public void addEnvironmentVariable(java.lang.String name,
java.lang.String value)
name - java.lang.Stringvalue - java.lang.Stringpublic java.lang.String getArgs()
public java.lang.String[] getEnvironment()
public java.lang.String getExe()
public int getSize()
getSize in class DetailedProcessCommand
public int readFromBuffer(byte[] buffer,
int offset)
readFromBuffer in class DetailedProcessCommandbuffer - byte[]offset - int
public void setArgs(java.lang.String args)
args - java.lang.Stringpublic void setExe(java.lang.String exe)
exe - java.lang.Stringpublic void setEnvironment(java.lang.String[] env)
buffer - byte[]offset - int
public int writeToBuffer(byte[] buffer,
int offset)
DetailedProcessCommand
writeToBuffer in class DetailedProcessCommandbuffer - Buffer containing serialized commandoffset - Start position for reading
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||