public interface JarScanner
Modifier and Type | Method and Description |
---|---|
void |
scan(ServletContext context,
ClassLoader classloader,
JarScannerCallback callback,
Set<String> jarsToSkip)
Scan the provided ServletContext and classloader for JAR files.
|
void scan(ServletContext context, ClassLoader classloader, JarScannerCallback callback, Set<String> jarsToSkip)
context
- The ServletContext - used to locate and access
WEB-INF/libclassloader
- The classloader - used to access JARs not in
WEB-INF/libcallback
- The handler to process any JARs foundjarsToSkip
- List of JARs to ignoreCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.