Package org.apache.tomcat.util.scan
This package contains the common classes used to perform configuration scanning for Catalina and Jasper.
-
Class Summary Class Description AbstractInputStreamJar Base implementation of Jar for implementations that use a JarInputStream to access the JAR file.Constants String constants for the scan package.JarFactory Provide a mechanism to obtain objects that implementJar.JarFileUrlJar Implementation ofJarthat is optimised for file based JAR URLs that refer directly to a JAR file (e.g.JarFileUrlNestedJar Implementation ofJarthat is optimised for file based JAR URLs that refer to a JAR file nested inside a WAR (e.g.NonClosingJarInputStream When using aJarInputStreamwith an XML parser, the stream will be closed by the parser.ReferenceCountedJar StandardJarScanFilter Standard implementation of JarScanFilter that provides configuration for JAR scanning filters.StandardJarScanner The defaultJarScannerimplementation scans the WEB-INF/lib directory followed by the provided classloader and then works up the classloader hierarchy.UrlJar Implementation ofJarthat is optimised for non-file based JAR URLs.