Package ghidra.app
Class DeveloperPluginPackage
- java.lang.Object
-
- ghidra.framework.plugintool.util.PluginPackage
-
- ghidra.app.DeveloperPluginPackage
-
- All Implemented Interfaces:
ExtensionPoint
,java.lang.Comparable<PluginPackage>
public class DeveloperPluginPackage extends PluginPackage
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class ghidra.framework.plugintool.util.PluginPackage
CORE_PRIORITY, DEVELOPER_PRIORITY, EXAMPLES_PRIORITY, EXPERIMENTAL_PRIORITY, FEATURE_PRIORITY, MISCELLANIOUS_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description DeveloperPluginPackage()
-
Method Summary
-
Methods inherited from class ghidra.framework.plugintool.util.PluginPackage
compareTo, getDescription, getIcon, getName, getPluginPackage, isfullyAddable
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-