Class MyFacesAnnotationProviderHandler

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

public class MyFacesAnnotationProviderHandler extends ScanResultHandler
ScanResultHandler for the AnnotationProvider-SPI.
  • Constructor Details

    • MyFacesAnnotationProviderHandler

      public MyFacesAnnotationProviderHandler()
  • 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.