162163164165166167168169170171172
return; } try { // theme update --all WordPressCli wpCli = WordPressCli.getDefault(true); wpCli.themeUpdate(phpModule, Arrays.asList(WordPressCli.ALL_PARAM)); } catch (InvalidPhpExecutableException ex) { Exceptions.printStackTrace(ex); } }