|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.exec.marshaler.ExecRequest
public class ExecRequest
Represents an exec request including command and arguments.
| Constructor Summary | |
|---|---|
ExecRequest()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getArguments()
|
java.lang.String |
getCommand()
|
void |
setArguments(java.util.List<java.lang.String> arguments)
This attribute defines the system command arguments. |
void |
setCommand(java.lang.String command)
This attribute defines the system command to execute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecRequest()
| Method Detail |
|---|
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
This attribute defines the system command to execute.
command - the system command.public java.util.List<java.lang.String> getArguments()
public void setArguments(java.util.List<java.lang.String> arguments)
This attribute defines the system command arguments.
arguments - the system command arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||