Package org.joinfaces.tools
Class ServletContainerInitializerHandler
- java.lang.Object
- 
- org.joinfaces.tools.ScanResultHandler
- 
- org.joinfaces.tools.ServletContainerInitializerHandler
 
 
- 
 public class ServletContainerInitializerHandler extends ScanResultHandler 
- 
- 
Constructor SummaryConstructors Constructor Description ServletContainerInitializerHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ScanResult scanResult, File classpathRoot)Handles theScanResultproduced byClasspathScanner.- 
Methods inherited from class org.joinfaces.tools.ScanResultHandlerwriteClassList, writeClassMap
 
- 
 
- 
- 
- 
Method Detail- 
handlepublic void handle(ScanResult scanResult, File classpathRoot) throws IOException Description copied from class:ScanResultHandlerHandles theScanResultproduced byClasspathScanner.- Specified by:
- handlein 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.
 
 
- 
 
-