120121122123124125126127128129130
} String pipeIn = forwardPipe != null ? forwardPipe.getBuffer() : null; Execution execution = executionParser.parse(outQueue, pipeIn, pipeOut); execution.verifyConstraints(shell); execution.perform(forwardPipe); } } while ((n = n.next) != null); }
104105106107108109110111112113114