MCPcopy Index your code
hub / github.com/apache/tomcat / scan

Method scan

java/org/apache/tomcat/JarScanner.java:36–36  ·  view source on GitHub ↗

Scan the provided ServletContext and classloader for JAR files. Each JAR file found will be passed to the callback handler to be processed. @param scanType The type of JAR scan to perform. This is passed to the filter which uses it to determine how to filter the results @param c

(JarScanType scanType, ServletContext context, JarScannerCallback callback)

Source from the content-addressed store, hash-verified

34 * @param callback The handler to process any JARs found
35 */
36 void scan(JarScanType scanType, ServletContext context, JarScannerCallback callback);
37
38 /**
39 * Get the JAR scan filter currently in use.

Callers 5

scanJarsMethod · 0.95
scanMethod · 0.65
initServletContextMethod · 0.65
processMethod · 0.65

Implementers 1

StandardJarScannerjava/org/apache/tomcat/util/scan/Stand

Calls

no outgoing calls

Tested by 1

scanMethod · 0.52