Class ClassFinder

java.lang.Object
ghidra.util.classfinder.ClassFinder

public class ClassFinder extends Object
Finds extension classes in the classpath
  • Constructor Details

  • Method Details

    • isClassOfInterest

      public static boolean isClassOfInterest(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.