| Package | Description |
|---|---|
| org.apache.tomcat | |
| org.apache.tomcat.util.scan |
This package contains the common classes used to perform configuration scanning
for Catalina and Jasper.
|
| 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) |
void |
StandardJarScanner.scan(JarScanType scanType,
javax.servlet.ServletContext context,
JarScannerCallback callback)
Scan the provided ServletContext and class loader for JAR files.
|
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.