Interface ClassFinder
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
public interface ClassFinder
extends org.ocpsoft.common.pattern.Weighted
Common interface for implementations that scan for classes on the classpath.
- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindClasses(ClassVisitor visitor) Starting to search for classes.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
findClasses
Starting to search for classes. The suppliedClassVisitormust be called for every class found.- Parameters:
visitor- The visitor to call on classes found
-