Searched refs:commandTemplate (Results 1 – 1 of 1) sorted by relevance
371 protected String executeShellCommand(String commandTemplate, Object...args) throws Exception { in executeShellCommand() argument372 return executeShellCommand(String.format(commandTemplate, args)); in executeShellCommand()