Package ghidra.util.classfinder
Class ClassFinder
java.lang.Object
ghidra.util.classfinder.ClassFinder
Finds extension classes in the classpath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isClassOfInterest
(Class<?> c) Checks to see if the given class is an extension point of interest.
-
Constructor Details
-
ClassFinder
- Throws:
CancelledException
-
-
Method Details
-
isClassOfInterest
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.
-