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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispose()Tells a plugin that it is no longer needed.protected HelpLocationGets this plugin's installed processorsHelpLocationprotected HelpLocationGets this plugin's runtime infoHelpLocationMethods 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:PluginTells 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
-