5859606162636465
private boolean useStderrOnEmptyStdout; public ExecEndpoint(String uri, ExecComponent component) { super(uri, component); this.timeout = NO_TIMEOUT; this.binding = new DefaultExecBinding(); this.commandExecutor = new DefaultExecCommandExecutor(); }