| Package | Description |
|---|---|
| org.apache.tomcat | |
| org.apache.tomcat.util.scan |
| Modifier and Type | Method and Description |
|---|---|
static JarScanType |
JarScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JarScanType[] |
JarScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JarScanFilter.check(JarScanType jarScanType,
String jarName) |
void |
JarScanner.scan(JarScanType scanType,
javax.servlet.ServletContext context,
JarScannerCallback callback)
Scan the provided ServletContext and classloader for JAR files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardJarScanFilter.check(JarScanType jarScanType,
String jarName) |
protected void |
StandardJarScanner.doScanClassPath(JarScanType scanType,
javax.servlet.ServletContext context,
JarScannerCallback callback,
Set<URL> processedURLs) |
protected void |
StandardJarScanner.process(JarScanType scanType,
JarScannerCallback callback,
URL url,
String webappPath,
boolean isWebapp,
Deque<URL> classPathUrlsToProcess) |
protected void |
StandardJarScanner.processURLs(JarScanType scanType,
JarScannerCallback callback,
Set<URL> processedURLs,
boolean isWebapp,
Deque<URL> classPathUrlsToProcess) |
void |
StandardJarScanner.scan(JarScanType scanType,
javax.servlet.ServletContext context,
JarScannerCallback callback)
Scan the provided ServletContext and class loader for JAR files.
|
Copyright © 2014–2018 Webtide. All rights reserved.