Package ghidra.app
Class DeveloperPluginPackage
java.lang.Object
ghidra.framework.plugintool.util.PluginPackage
ghidra.app.DeveloperPluginPackage
- All Implemented Interfaces:
ExtensionPoint
,Comparable<PluginPackage>
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.util.PluginPackage
CORE_PRIORITY, DEVELOPER_PRIORITY, EXAMPLES_PRIORITY, EXPERIMENTAL_PRIORITY, FEATURE_PRIORITY, MISCELLANIOUS_PRIORITY, UTILITY_PRIORITY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe minimum level required to activate plugins when the entire package is activated by the user.Methods inherited from class ghidra.framework.plugintool.util.PluginPackage
compareTo, exists, getDescription, getIcon, getName, getPluginPackage, toString
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
DeveloperPluginPackage
public DeveloperPluginPackage()
-
-
Method Details
-
getActivationLevel
Description copied from class:PluginPackage
The minimum level required to activate plugins when the entire package is activated by the user.- Overrides:
getActivationLevel
in classPluginPackage
- Returns:
- the minimum level
-