Community
Participate
Working Groups
*/
@Override
public void close() throws IOException {
this.locations = null;
if (this.locations != null) this.locations.clear();
for (Archive archive : this.archivesCache.values()) {
archive.close();
}
this.archivesCache.clear();
private void collectAllMatchingFiles(File file, String normalizedPackageName, Set<Kind> kinds, boolean recurse, ArrayList<JavaFileObject> collector) {