public class JarScannerFactory
extends java.lang.Object
| Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.