Searched refs:allDependencies (Results 1 – 1 of 1) sorted by relevance
71 private Set<String> allDependencies = Sets.newHashSet(); // direct + indirect field in Module294 allDependencies.add(child.getDir().getCanonicalPath()); in buildDependentModules()303 allDependencies.remove(this.getDir().getCanonicalPath()); in buildDependentModules()310 allDependencies.add(child.getDir().getCanonicalPath()); in buildDependentModules()324 return allDependencies; in getAllDependencies()385 .add("allDependencies", allDependencies) in toString()