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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetPriority(Class<?> c) Gets theExtensionPointpriority.static booleanisExcluded(Class<?> c) Gets whether or not theExtensionPointwill be excluded from being discovered
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
isExcluded
Gets 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
-
getPriority
Gets theExtensionPointpriority.- Parameters:
c- the class to getExtensionPointpriority of.- Returns:
- the class's
ExtensionPointpriority (ExtensionPointProperties.DEFAULT_PRIORITYwill be used in a non-ExtensionPointis passed in)
-