org.apache.servicemix.exec.marshaler
Class ExecRequest

java.lang.Object
  extended by org.apache.servicemix.exec.marshaler.ExecRequest

public class ExecRequest
extends java.lang.Object

Represents an exec request including command and arguments.

Author:
jbonofre

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

ExecRequest

public ExecRequest()
Method Detail

getCommand

public java.lang.String getCommand()

setCommand

public void setCommand(java.lang.String command)

This attribute defines the system command to execute.

Parameters:
command - the system command.

getArguments

public java.util.List<java.lang.String> getArguments()

setArguments

public void setArguments(java.util.List<java.lang.String> arguments)

This attribute defines the system command arguments.

Parameters:
arguments - the system command arguments.


Copyright © 2005-2011 FuseSource. All Rights Reserved.