Searched refs:sourceDirs (Results 1 – 1 of 1) sorted by relevance
78 protected final List<String> sourceDirs; field in Repository80 protected Repository(Path rootPath, String name, List<String> sourceDirs) { in Repository() argument83 this.sourceDirs = Objects.requireNonNull(sourceDirs); in Repository()102 for (String sourceDir : sourceDirs) { in pathFromRepository()144 List<String> sourceDirs = Arrays.asList( in openJdk9() local166 return new OpenJdkRepository(upstreamRoot, upstreamName, sourceDirs); in openJdk9()174 List<String> sourceDirs = new ArrayList<>(); in openJdkLegacy() local175 sourceDirs.addAll(Arrays.asList( in openJdkLegacy()194 sourceDirs.addAll(nativeSourceDirs); in openJdkLegacy()196 return new OpenJdkRepository(upstreamRoot, upstreamName, sourceDirs); in openJdkLegacy()[all …]