Class ClassFinder


  • public class ClassFinder
    extends java.lang.Object
    Finds extension classes in the classpath
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassFinder​(java.util.List<java.lang.String> searchPaths, TaskMonitor monitor)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isClassOfInterest​(java.lang.Class<?> c)
      Checks to see if the given class is an extension point of interest.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isClassOfInterest

        public static boolean isClassOfInterest​(java.lang.Class<?> c)
        Checks to see if the given class is an extension point of interest.
        Parameters:
        c - The class to check.
        Returns:
        True if the given class is an extension point of interest; otherwise, false.