Uses of Enum
org.apache.tomcat.JarScanType
Packages that use JarScanType
-
Uses of JarScanType in org.apache.tomcat
Methods in org.apache.tomcat that return JarScanTypeModifier and TypeMethodDescriptionstatic JarScanTypeReturns 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 JarScanTypeModifier and TypeMethodDescriptionbooleanJarScanFilter.check(JarScanType jarScanType, String jarName) voidJarScanner.scan(JarScanType scanType, jakarta.servlet.ServletContext context, JarScannerCallback callback) Scan the provided ServletContext and classloader for JAR files.