| Package | Description |
|---|---|
| org.apache.tomcat |
| Modifier and Type | Method and Description |
|---|---|
static JarScanType |
JarScanType.valueOf(java.lang.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,
java.lang.String jarName) |
void |
JarScanner.scan(JarScanType scanType,
ServletContext context,
JarScannerCallback callback)
Scan the provided ServletContext and classloader for JAR files.
|
Copyright © 2014–2021. All rights reserved.