public class ExecRequest
extends java.lang.Object
Represents an exec request including command and arguments.
| Constructor and Description |
|---|
ExecRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2005-2014 FuseSource. All Rights Reserved.