Exemple #1
0
 /**
  * Passes a white-space separated single-string command (like "cat abc def") and parse them
  * as a command argument. This method also handles quotes.
  */
 public ProcStarter cmdAsSingleString(String s) {
     return cmds(QuotedStringTokenizer.tokenize(s));
 }