static NExecHelper |
NExecHelper.ofArgs(String[] args,
Map<String,String> env,
Path directory,
boolean showCommand,
boolean failFast,
long sleep,
net.thevpc.nuts.io.NExecInput in,
net.thevpc.nuts.io.NExecOutput out,
net.thevpc.nuts.io.NExecOutput err,
net.thevpc.nuts.NRunAs runAs) |
static NExecHelper |
NExecHelper.ofDefinition(net.thevpc.nuts.NDefinition nutMainFile,
String[] args,
Map<String,String> env,
String directory,
boolean showCommand,
boolean failFast,
long sleep,
net.thevpc.nuts.io.NExecInput in,
net.thevpc.nuts.io.NExecOutput out,
net.thevpc.nuts.io.NExecOutput err,
net.thevpc.nuts.NRunAs runAs) |