JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ghidra.framework.model
ToolSet
Contents
Description
Method Summary
Method Details
getName()
setName(String)
getDescription()
Hide sidebar
Show sidebar
Interface ToolSet
public interface
ToolSet
Interface to define a set of Tools. NOTE: ToolSets are currently not implemented.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDescription
()
Get the description of the toolset.
String
getName
()
Get the name for the toolset.
void
setName
(
String
name)
Set the name on the toolset.
Method Details
getName
String
getName
()
Get the name for the toolset.
setName
void
setName
(
String
name)
Set the name on the toolset.
getDescription
String
getDescription
()
Get the description of the toolset.