public class JarScannerFactory extends Object
Modifier and Type | Method and Description |
---|---|
static JarScanner |
getJarScanner(ServletContext ctxt)
Obtain the
JarScanner associated with the specified ServletContext . |
public static JarScanner getJarScanner(ServletContext ctxt)
JarScanner
associated with the specified ServletContext
. It is obtained via a context parameter.ctxt
- The Servlet contextCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.