public class TrivialExecService
extends java.lang.Object
Constructor and Description |
---|
TrivialExecService() |
Modifier and Type | Method and Description |
---|---|
static TrivialExecService |
getInstance()
Retrieve the singleton.
|
java.lang.Process |
run(java.util.List<java.lang.String> cmd,
java.util.List<java.lang.String> removeEnv,
java.util.Map<java.lang.String,java.lang.String> environmentVariables) |
public static TrivialExecService getInstance()
public java.lang.Process run(java.util.List<java.lang.String> cmd, java.util.List<java.lang.String> removeEnv, java.util.Map<java.lang.String,java.lang.String> environmentVariables) throws java.io.IOException
java.io.IOException
Copyright © 2012 The Apache Software Foundation