Package net.officefloor.compile.classes
Interface ClassPathScanner
-
public interface ClassPathScannerAllows enhancing the
Classpath scanning with custom scanning.This is useful if specific
ClassLoaderinstances are used that require custom logic to scan them.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscan(ClassPathScannerContext context)Scans the class path.
-
-
-
Method Detail
-
scan
void scan(ClassPathScannerContext context) throws java.io.IOException
Scans the class path.- Parameters:
context-ClassPathScannerContext.- Throws:
java.io.IOException- If failure in scanning the class path.
-
-