Package org.joinfaces.tools
Class RewriteAnnotationProviderHandler
java.lang.Object
org.joinfaces.tools.ScanResultHandler
org.joinfaces.tools.RewriteAnnotationProviderHandler
ScanResultHandler
for Rewrite AnnotationHandler
s.-
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
-
RewriteAnnotationProviderHandler
public RewriteAnnotationProviderHandler()
-
-
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.
-