Package ghidra.app.plugin.runtimeinfo
Class RuntimeInfoPlugin
java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.plugin.runtimeinfo.RuntimeInfoPlugin
- All Implemented Interfaces:
ApplicationLevelOnlyPlugin
,ApplicationLevelPlugin
,PluginEventListener
,ServiceListener
,ExtensionPoint
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.Plugin
name, pluginDescription, tool
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispose()
Tells a plugin that it is no longer needed.protected HelpLocation
Gets this plugin's installed processorsHelpLocation
protected HelpLocation
Gets this plugin's runtime infoHelpLocation
Methods inherited from class ghidra.framework.plugintool.Plugin
accept, acceptData, canClose, canCloseDomainObject, cleanup, close, dataStateRestoreCompleted, dependsUpon, deregisterService, equals, eventSent, firePluginEvent, getData, getMissingRequiredServices, getName, getPluginDescription, getServicesRequired, getSupportedDataTypes, getTool, getTransientState, getUndoRedoState, hashCode, hasMissingRequiredService, hasUnsaveData, init, internalRegisterEventConsumed, isDisposed, prepareToSave, processEvent, readConfigState, readDataState, registerDynamicServiceProvided, registerServiceProvided, restoreTransientState, restoreUndoRedoState, saveData, serviceAdded, serviceRemoved, writeConfigState, writeDataState
-
Constructor Details
-
RuntimeInfoPlugin
Creates a newRuntimeInfoPlugin
- Parameters:
tool
- The tool
-
-
Method Details
-
dispose
protected void dispose()Description copied from class:Plugin
Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up. -
getInstalledProcessorsHelpLocation
Gets this plugin's installed processorsHelpLocation
- Returns:
- This plugin's installed processors
HelpLocation
-
getRuntimeInfoHelpLocation
Gets this plugin's runtime infoHelpLocation
- Returns:
- This plugin's runtime info
HelpLocation
-