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