Searched defs:commandline (Results 1 – 5 of 5) sorted by relevance
141 String commandline = feedWatchActions[i+2].trim(); in checkFeed() local184 ….getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline); //$NON-NLS-1$ in checkFeed() local
46 public ExecTask runExecTask(String executable, String commandline, String dir) in runExecTask()
119 def __init__(self, source_dir, error_node, commandline, testcase): argument
188 def _run_python_command(self, commandline, stdout=None, stderr=None): argument
67 private CommandlineJava commandline = new CommandlineJava(); field in ANTLR3