Searched refs:command (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DCtags.java55 * Set the 'ctags' command to use to tag files.
88 List<String> command = new ArrayList<String>();
90 command.add(binary);
91 command.add("--c-kinds=+l");
95 // command.add("--java-kinds=+l");
96 command.add("--sql-kinds=+l");
97 command.add("--Fortran-kinds=+L");
98 command.add("--C++-kinds=+l");
99 command.add("--file-scope=yes");
100 command
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSget.java35 public static InputStream getRevision(String command, File file, String revision) throws IOException { argument
38 argv.add(command);
/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java54 * @param cmd An array containing the command to execute
62 * @param cmdList A list containing the command to execute
70 * @param cmdList A list containing the command to execute
80 * Execute the command and collect the output. All exceptions will be
90 * Execute the command and collect the output
103 * Execute the command and collect the output
120 log.log(Level.FINE, "Executing command [{0}] in directory ''{1}''",
122 processBuilder.command(),
180 .append(ret).append(" from command [")
181 .append(processBuilder.command()
[all...]

Completed in 8 milliseconds