See: Description
| Interface | Description | 
|---|---|
| Jar | Provides an abstraction for use by the various classes that need to scan
 JARs. | 
| Class | Description | 
|---|---|
| Constants | String constants for the scan package. | 
| FileUrlJar | Implementation of  Jarthat is optimised for file based JAR URLs (e.g
 URLs of the form jar:file:...). | 
| JarFactory | Provide a mechanism to obtain objects that implement  Jar. | 
| NonClosingJarInputStream | When using a  JarInputStreamwith an XML parser, the stream will be
 closed by the parser. | 
| StandardJarScanner | The default  JarScannerimplementation scans the WEB-INF/lib directory
 followed by the provided classloader and then works up the classloader
 hierarchy. | 
| UrlJar | Implementation of  Jarthat is optimised for non-file based JAR URLs
 (e.g. | 
This package contains the common classes used to perform configuration scanning for Catalina and Jasper.
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.