Package ghidra.framework.model
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 java.lang.String
getDescription()
Get the description of the toolset.java.lang.String
getName()
Get the name for the toolset.void
setName(java.lang.String name)
Set the name on the toolset.
-