Package ghidra.framework.plugintool
Class StandAloneApplication.StandAloneToolServices
java.lang.Object
ghidra.framework.plugintool.ToolServicesAdapter
ghidra.framework.plugintool.StandAloneApplication.StandAloneToolServices
- All Implemented Interfaces:
ToolServices
- Enclosing class:
StandAloneApplication
-
Field Summary
Fields inherited from interface ghidra.framework.model.ToolServices
DEFAULT_TOOLNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNotify the framework that the tool is closing.voidsaveTool(PluginTool saveTool) Saves the tool's configuration in the standard tool location.Methods inherited from class ghidra.framework.plugintool.ToolServicesAdapter
canAutoSave, exportTool, getCompatibleTools, getContentTypeToolAssociations, getDefaultToolTemplate, getDefaultToolTemplate, getRunningTools, getToolChest, launchDefaultTool, launchDefaultToolWithURL, launchTool, launchToolWithURL, setContentTypeToolAssociations
-
Constructor Details
-
StandAloneToolServices
protected StandAloneToolServices()
-
-
Method Details
-
closeTool
Description copied from interface:ToolServicesNotify the framework that the tool is closing.- Specified by:
closeToolin interfaceToolServices- Overrides:
closeToolin classToolServicesAdapter- Parameters:
t- tool that is closing
-
saveTool
Description copied from interface:ToolServicesSaves the tool's configuration in the standard tool location.- Specified by:
saveToolin interfaceToolServices- Overrides:
saveToolin classToolServicesAdapter- Parameters:
saveTool- tool to save.
-