static ProcessExecHelper |
ProcessExecHelper.ofArgs(String[] args,
Map<String,String> env,
Path directory,
net.thevpc.nuts.NutsSessionTerminal prepareTerminal,
net.thevpc.nuts.NutsSessionTerminal execTerminal,
boolean showCommand,
boolean failFast,
long sleep,
boolean inheritSystemIO,
boolean redirectErr,
File outputFile,
File inputFile,
net.thevpc.nuts.NutsRunAs runAs,
net.thevpc.nuts.NutsSession session) |
static ProcessExecHelper |
ProcessExecHelper.ofDefinition(net.thevpc.nuts.NutsDefinition nutMainFile,
String[] args,
Map<String,String> env,
String directory,
Map<String,String> execProperties,
boolean showCommand,
boolean failFast,
long sleep,
boolean inheritSystemIO,
boolean redirectErr,
File outputFile,
File inputFile,
net.thevpc.nuts.NutsRunAs runAs,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsSession execSession) |