public class NExecHelper extends AbstractSyncIProcessExecHelper
| Constructor and Description |
|---|
NExecHelper(NExecCmd pb,
NPrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
int |
exec() |
Future<Integer> |
execAsync() |
static NExecHelper |
ofArgs(String[] args,
Map<String,String> env,
Path directory,
boolean showCommand,
boolean failFast,
long sleep,
NExecInput in,
NExecOutput out,
NExecOutput err,
NRunAs runAs) |
static NExecHelper |
ofDefinition(NDefinition nutMainFile,
String[] args,
Map<String,String> env,
String directory,
boolean showCommand,
boolean failFast,
long sleep,
NExecInput in,
NExecOutput out,
NExecOutput err,
NRunAs runAs) |
public NExecHelper(NExecCmd pb, NPrintStream out)
public static NExecHelper ofArgs(String[] args, Map<String,String> env, Path directory, boolean showCommand, boolean failFast, long sleep, NExecInput in, NExecOutput out, NExecOutput err, NRunAs runAs)
public static NExecHelper ofDefinition(NDefinition nutMainFile, String[] args, Map<String,String> env, String directory, boolean showCommand, boolean failFast, long sleep, NExecInput in, NExecOutput out, NExecOutput err, NRunAs runAs) throws NExecutionException
NExecutionExceptionpublic int exec()
public Future<Integer> execAsync()
execAsync in interface IProcessExecHelperexecAsync in class AbstractSyncIProcessExecHelperCopyright © 2025 vpc open source initiative. All rights reserved.