static ProcessExecHelper |
ProcessExecHelper.ofArgs(net.thevpc.nuts.NDefinition definition,
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,
String[] executorOptions,
boolean dry) |
static ProcessExecHelper |
ProcessExecHelper.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,
String[] executorOptions,
boolean dry,
net.thevpc.nuts.NSession session) |