Class ArchiveConverterPlugin
- java.lang.Object
-
- ghidra.framework.plugintool.Plugin
-
- ghidra.app.plugin.ProgramPlugin
-
- ghidra.app.plugin.prototype.dataArchiveUtilities.ArchiveConverterPlugin
-
- All Implemented Interfaces:
PluginEventListener
,ServiceListener
,ExtensionPoint
public class ArchiveConverterPlugin extends ProgramPlugin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ArchiveConverterPlugin.NameComplex
-
Field Summary
-
Fields inherited from class ghidra.app.plugin.ProgramPlugin
currentHighlight, currentLocation, currentProgram, currentSelection
-
Fields inherited from class ghidra.framework.plugintool.Plugin
name, pluginDescription, tool
-
-
Constructor Summary
Constructors Constructor Description ArchiveConverterPlugin(PluginTool plugintool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Tells a plugin that it is no longer needed.DataType
genUIData(FileDataTypeManager dtMgr, ComplexName cName, int len)
Program
getProgram()
-
Methods inherited from class ghidra.app.plugin.ProgramPlugin
enableOnHighlight, enableOnLocation, enableOnProgram, enableOnSelection, getCurrentProgram, getProgramHighlight, getProgramLocation, getProgramSelection, goTo, goTo, highlightChanged, locationChanged, processEvent, programActivated, programClosed, programDeactivated, programOpened, selectionChanged, setBookmark, setSelection
-
Methods inherited from class ghidra.framework.plugintool.Plugin
acceptData, canClose, canCloseDomainObject, cleanup, close, dataStateRestoreCompleted, dependsUpon, deregisterService, equals, eventSent, firePluginEvent, getData, getMissingRequiredServices, getName, getPluginDescription, getPluginName, getServicesRequired, getSupportedDataTypes, getTool, getTransientState, getUndoRedoState, hashCode, hasMissingRequiredService, hasUnsaveData, init, isDisposed, prepareToSave, readConfigState, readDataState, registerDynamicEventConsumed, registerDynamicServiceProvided, registerEventConsumed, registerEventProduced, registerServiceProvided, registerServiceUsed, restoreTransientState, restoreUndoRedoState, saveData, serviceAdded, serviceRemoved, writeConfigState, writeDataState
-
-
-
-
Constructor Detail
-
ArchiveConverterPlugin
public ArchiveConverterPlugin(PluginTool plugintool)
- Parameters:
id
-plugintool
-consumeLocationChange
-consumeSelectionChange
-
-
-
Method Detail
-
getProgram
public Program getProgram()
-
dispose
public 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.
-
genUIData
public DataType genUIData(FileDataTypeManager dtMgr, ComplexName cName, int len)
-
-