Searched defs:Executor (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java44 public class Executor { class
46 private static final Logger log = Logger.getLogger(Executor.class.getName());
53 * Create a new instance of the Executor.
56 public Executor(String[] cmd) { method in class:Executor
61 * Create a new instance of the Executor.
64 public Executor(List<String> cmdList) { method in class:Executor
69 * Create a new instance of the Executor
74 public Executor(List<String> cmdList, File workingDirectory) { method in class:Executor

Completed in 8 milliseconds