Uses of Class
org.apache.tomcat.JarScanType
-
Packages that use JarScanType Package Description org.apache.tomcat -
-
Uses of JarScanType in org.apache.tomcat
Methods in org.apache.tomcat that return JarScanType Modifier and Type Method Description static JarScanTypeJarScanType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JarScanType[]JarScanType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tomcat with parameters of type JarScanType Modifier and Type Method Description booleanJarScanFilter. check(JarScanType jarScanType, java.lang.String jarName)voidJarScanner. scan(JarScanType scanType, ServletContext context, JarScannerCallback callback)Scan the provided ServletContext and classloader for JAR files.
-