Searched refs:allDependencies (Results 1 – 1 of 1) sorted by relevance
72 private Set<String> allDependencies = Sets.newHashSet(); // direct + indirect field in Module295 allDependencies.add(child.getDir().getCanonicalPath()); in buildDependentModules()304 allDependencies.remove(this.getDir().getCanonicalPath()); in buildDependentModules()311 allDependencies.add(child.getDir().getCanonicalPath()); in buildDependentModules()325 return allDependencies; in getAllDependencies()386 .add("allDependencies", allDependencies) in toString()