Searched refs:excludedDirs (Results 1 – 2 of 2) sorted by relevance
/development/tools/idegen/src/ |
D | Configuration.java | 43 public final SortedSet<File> excludedDirs; field in Configuration 69 SortedSet<File> excludedDirs = new TreeSet<File>(); in Configuration() local 72 traverse(new File("."), sourceRoots, jarFiles, excludedDirs, excludes); in Configuration() 78 Log.debug(excludedDirs.size() + " excluded dirs"); in Configuration() 82 this.excludedDirs = Collections.unmodifiableSortedSet(excludedDirs); in Configuration() 115 Collection<File> jarFiles, Collection<File> excludedDirs, in traverse() argument 145 excludedDirs.add(file); in traverse() 147 traverse(file, sourceRoots, jarFiles, excludedDirs, in traverse() 231 SortedSet<File> tailSet = excludedDirs.tailSet(sourceRoot); in excludesUnderSourceRoots()
|
D | Eclipse.java | 146 SortedSet<File> excludedDirs = c.excludedDirs.tailSet(sourceRoot); in constructExcluding() local 147 for (File excludedDir : excludedDirs) { in constructExcluding()
|