Class ServletContainerInitializerHandler

java.lang.Object
org.joinfaces.tools.ScanResultHandler
org.joinfaces.tools.ServletContainerInitializerHandler

public class ServletContainerInitializerHandler extends ScanResultHandler
ScanResultHandler for the HandlesTypes annotation of ServletContainerInitializers.
  • Constructor Details

    • ServletContainerInitializerHandler

      public ServletContainerInitializerHandler()
  • Method Details

    • handle

      public void handle(io.github.classgraph.ScanResult scanResult, File classpathRoot) throws IOException
      Description copied from class: ScanResultHandler
      Handles the ScanResult produced by ClasspathScanner.
      Specified by:
      handle in class ScanResultHandler
      Parameters:
      scanResult - The result of the classpath scan.
      classpathRoot - The base dir for result files. This is usually a classpath root directory.
      Throws:
      IOException - when the result file(s) could not be written.