Searched refs:checkModules (Results 1 – 1 of 1) sorted by relevance
233 String[] checkModules; in getAllModuleCommand() local236 checkModules = getCheckModuleCommand(names); in getAllModuleCommand()238 return checkModules; in getAllModuleCommand()243 String[] checkModules; in getCheckModuleCommand() local244 checkModules = new String[names.length]; in getCheckModuleCommand()251 … checkModules[i] = "checkModule(" + names[i].substring(0, names[i].indexOf(".")) + ")"; in getCheckModuleCommand()255 checkModules[i] = "checkModule(" + names[i] + ")"; in getCheckModuleCommand()258 return checkModules; in getCheckModuleCommand()303 String[] checkModules; in getCwsModuleCommand() local341 checkModules = getCheckModuleCommand(names); in getCwsModuleCommand()[all …]