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 Type
    Method
    Description
    void
    Starting to search for classes.

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority
  • Method Details

    • findClasses

      void findClasses(ClassVisitor visitor)
      Starting to search for classes. The supplied ClassVisitor must be called for every class found.
      Parameters:
      visitor - The visitor to call on classes found