Package org.joinfaces.tools
Class MyFacesAnnotationProviderHandler
- java.lang.Object
-
- org.joinfaces.tools.ScanResultHandler
-
- org.joinfaces.tools.MyFacesAnnotationProviderHandler
-
public class MyFacesAnnotationProviderHandler extends ScanResultHandler
ScanResultHandler
for theAnnotationProvider
-SPI.
-
-
Constructor Summary
Constructors Constructor Description MyFacesAnnotationProviderHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(io.github.classgraph.ScanResult scanResult, java.io.File classpathRoot)
Handles theScanResult
produced byClasspathScanner
.-
Methods inherited from class org.joinfaces.tools.ScanResultHandler
writeClassList, writeClassMap
-
-
-
-
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 theScanResult
produced byClasspathScanner
.- Specified by:
handle
in classScanResultHandler
- 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.
-
-