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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
scan(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.
-
-