public class BenchmarkProcessLauncher extends Object
| Constructor and Description |
|---|
BenchmarkProcessLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(Collection<String> cmdParams,
Map<String,String> envVars,
BenchmarkClosure<String> printC) |
void |
shutdown(boolean wait) |
public void exec(Collection<String> cmdParams, Map<String,String> envVars, @Nullable BenchmarkClosure<String> printC) throws Exception
cmdParams - Command parameters.envVars - Environment variables.printC - Print closure.Exception - If failed.Copyright © 2014. All rights reserved.