Package org.joinfaces.tools
Class ServletContainerInitializerHandler
java.lang.Object
org.joinfaces.tools.ScanResultHandler
org.joinfaces.tools.ServletContainerInitializerHandler
-
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
-
ServletContainerInitializerHandler
public ServletContainerInitializerHandler()
-
-
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.
-