public class ExecUtils
extends java.lang.Object
| Constructor and Description |
|---|
ExecUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ExecResponse |
execute(ExecRequest execRequest)
Executes a command and returns the output and error buffer and also the
return value.
|
public static ExecResponse execute(ExecRequest execRequest) throws ExecException
Executes a command and returns the output and error buffer and also the return value.
execRequest - the exec request.ExecException - in case of execution failure.Copyright © 2005-2014 FuseSource. All Rights Reserved.