Package ghidra.util.classfinder
Class ExtensionPointProperties.Util
java.lang.Object
ghidra.util.classfinder.ExtensionPointProperties.Util
- Enclosing class:
- ExtensionPointProperties
Utility methods for working with 
ExtensionPointProperties- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intgetPriority(Class<?> c) Gets theExtensionPointpriority.static booleanisExcluded(Class<?> c) Gets whether or not theExtensionPointwill be excluded from being discovered
- 
Constructor Details- 
Utilpublic Util()
 
- 
- 
Method Details- 
isExcludedGets whether or not theExtensionPointwill be excluded from being discovered- Parameters:
- c- the class check
- Returns:
- true if the class is an ExtensionPointand should be excluded from being discovered
 
- 
getPriorityGets theExtensionPointpriority.- Parameters:
- c- the class to get- ExtensionPointpriority of.
- Returns:
- the class's ExtensionPointpriority (ExtensionPointProperties.DEFAULT_PRIORITYwill be used in a non-ExtensionPointis passed in)
 
 
-