Class FacesAnnotationProviderHandler

java.lang.Object
org.joinfaces.tools.ScanResultHandler
org.joinfaces.tools.FacesAnnotationProviderHandler
Direct Known Subclasses:
MojarraAnnotationProviderHandler, MyFacesAnnotationProviderHandler

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

    • FacesAnnotationProviderHandler

      protected FacesAnnotationProviderHandler(String spiClassName)
  • 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.