Package net.officefloor.compile.classes
Interface ClassPathScanner
public interface ClassPathScanner
Allows enhancing the Class path scanning with custom scanning.
This is useful if specific ClassLoader instances are used that
require custom logic to scan them.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidscan(ClassPathScannerContext context) Scans the class path.
-
Method Details
-
scan
Scans the class path.- Parameters:
context-ClassPathScannerContext.- Throws:
IOException- If failure in scanning the class path.
-