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.
|
JarFactory |
Provide a mechanism to obtain objects that implement
Jar . |
JarFileUrlJar |
Implementation of
Jar that is optimised for file based JAR URLs that
refer directly to a JAR file (e.g URLs of the form jar:file: ... .jar! |
JarFileUrlNestedJar |
Implementation of
Jar that is optimised for file based JAR URLs that
refer to a JAR file nested inside a WAR
(e.g URLs of the form jar:file: ... .war! |
NonClosingJarInputStream |
When using a
JarInputStream with an XML parser, the stream will be
closed by the parser. |
StandardJarScanFilter | |
StandardJarScanner |
The default
JarScanner implementation scans the WEB-INF/lib directory
followed by the provided classloader and then works up the classloader
hierarchy. |
UrlJar |
Implementation of
Jar that 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-2014 Apache Software Foundation. All Rights Reserved.