MCPcopy Create free account
hub / github.com/antlr/codebuff / scan

Method scan

output/java_guava/1.4.17/ClassPath.java:360–364  ·  view source on GitHub ↗
(ClassLoader classloader)

Source from the content-addressed store, hash-verified

358 private final Set<File> scannedUris = Sets.newHashSet();
359
360 public final void scan(ClassLoader classloader) throws IOException {
361 for (Map.Entry<File, ClassLoader> entry : getClassPathEntries(classloader).entrySet()) {
362 scan(entry.getKey(), entry.getValue());
363 }
364 }
365
366 /** Called when a directory is scanned for resource files. */
367

Callers 2

scanJarMethod · 0.95
fromMethod · 0.45

Calls 6

getClassPathEntriesMethod · 0.95
scanFromMethod · 0.95
entrySetMethod · 0.65
getKeyMethod · 0.65
getValueMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected