static ProcessExecHelper |
ProcessExecHelper.ofArgs(String[] args,
Map<String,String> env,
Path directory,
NutsSessionTerminal prepareTerminal,
NutsSessionTerminal execTerminal,
boolean showCommand,
boolean failFast,
long sleep,
boolean inheritSystemIO,
boolean redirectErr,
File outputFile,
File inputFile,
NutsRunAs runAs,
NutsSession session) |
static ProcessExecHelper |
ProcessExecHelper.ofDefinition(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,
NutsRunAs runAs,
NutsSession session,
NutsSession execSession) |