Class ServletContainerInitializerHandler

    • Constructor Detail

      • ServletContainerInitializerHandler

        public ServletContainerInitializerHandler()
    • Method Detail

      • handle

        public void handle​(io.github.classgraph.ScanResult scanResult,
                           java.io.File classpathRoot)
                    throws java.io.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:
        java.io.IOException - when the result file(s) could not be written.