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)
| 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. |
no outgoing calls