Package org.joinfaces.tools
Class FacesAnnotationProviderHandler
java.lang.Object
org.joinfaces.tools.ScanResultHandler
org.joinfaces.tools.FacesAnnotationProviderHandler
- Direct Known Subclasses:
MojarraAnnotationProviderHandler
,MyFacesAnnotationProviderHandler
ScanResultHandler
for the AnnotationProvider
-SPI.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ScanResult scanResult, File classpathRoot) Handles theScanResult
produced byClasspathScanner
.Methods inherited from class org.joinfaces.tools.ScanResultHandler
writeClassList, writeClassMap
-
Constructor Details
-
FacesAnnotationProviderHandler
-
-
Method Details
-
handle
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:
IOException
- when the result file(s) could not be written.
-