Searched refs:checkModules (Results 1 – 1 of 1) sorted by relevance
234 String[] checkModules; in getAllModuleCommand() local237 checkModules = getCheckModuleCommand(names); in getAllModuleCommand()239 return checkModules; in getAllModuleCommand()244 String[] checkModules; in getCheckModuleCommand() local245 checkModules = new String[names.length]; in getCheckModuleCommand()252 … checkModules[i] = "checkModule(" + names[i].substring(0, names[i].indexOf(".")) + ")"; in getCheckModuleCommand()256 checkModules[i] = "checkModule(" + names[i] + ")"; in getCheckModuleCommand()259 return checkModules; in getCheckModuleCommand()304 String[] checkModules; in getCwsModuleCommand() local342 checkModules = getCheckModuleCommand(names); in getCwsModuleCommand()[all …]