Searched refs:modulesByPath (Results 1 – 1 of 1) sorted by relevance
40 HashMap<String, Module> modulesByPath = Maps.newHashMap(); field in ModuleCache90 modulesByPath.put(moduleDir.getCanonicalPath(), module); in putModule()94 return modulesByPath.get(moduleDir.getCanonicalPath()); in getModule()98 return modulesByPath.values(); in getModules()