|
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.local.common.CommandElement
org.eclipse.hyades.execution.local.common.PropertyListCommand
| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.execution.local.common.CommandElement |
|---|
_context, _tag |
| Constructor Summary | |
|---|---|
PropertyListCommand()
|
|
| Method Summary | |
|---|---|
void |
addPropertyListValue(java.lang.String name,
java.lang.String type,
java.lang.String value)
|
int |
getPropertyListLength()
|
SetNVPairCommand[] |
getPropertyListValues()
|
int |
getSize()
Return the size of this command in number of bytes |
int |
readFromBuffer(byte[] buffer,
int offset)
Construct the command by reading the buffer |
int |
writeToBuffer(byte[] buffer,
int offset)
Serialize the command into the byte buffer |
| Methods inherited from class org.eclipse.hyades.execution.local.common.CommandElement |
|---|
getContext, getTag, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyListCommand()
| Method Detail |
public int getPropertyListLength()
public SetNVPairCommand[] getPropertyListValues()
public void addPropertyListValue(java.lang.String name,
java.lang.String type,
java.lang.String value)
public int readFromBuffer(byte[] buffer,
int offset)
CommandElement
readFromBuffer in class CommandElementbuffer - Buffer containing serialized commandoffset - Start position for reading
public int writeToBuffer(byte[] buffer,
int offset)
CommandElement
writeToBuffer in class CommandElementbuffer - Buffer containing serialized commandoffset - Start position for reading
public int getSize()
CommandElement
getSize in class CommandElement
|
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 | ||||||||||