Searched defs:excludedDirs (Results 1 – 2 of 2) sorted by relevance
43 public final SortedSet<File> excludedDirs; field in Configuration69 SortedSet<File> excludedDirs = new TreeSet<File>(); in Configuration() local115 Collection<File> jarFiles, Collection<File> excludedDirs, in traverse()
146 SortedSet<File> excludedDirs = c.excludedDirs.tailSet(sourceRoot); in constructExcluding() local