Package ghidra.util.extensions
Class Extensions
java.lang.Object
ghidra.util.extensions.Extensions
A collection of all extensions found. This class provides methods processing duplicates and
managing extensions marked for removal.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all extensions matching the given details
-
Method Details
-
getMatchingExtensions
Returns all extensions matching the given details- Parameters:
e
- the extension details to match- Returns:
- all matching extensions
-