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 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 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
-
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
-