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

/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java49 public class Executor { class
51 private static final Logger LOGGER = LoggerFactory.getLogger(Executor.class);
60 * Create a new instance of the Executor.
63 public Executor(String[] cmd) { method in class:Executor
68 * Create a new instance of the Executor.
71 public Executor(List<String> cmdList) { method in class:Executor
76 * Create a new instance of the Executor
81 public Executor(List<String> cmdList, File workingDirectory) { method in class:Executor
88 * Create a new instance of the Executor with specific timeout value.
96 public Executor(Lis method in class:Executor
109 public Executor(List<String> cmdList, File workingDirectory, boolean UseTimeout) { method in class:Executor
[all...]

Completed in 9 milliseconds