Package ghidra.framework.model
Interface ToolSet
-
public interface ToolSetInterface 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.StringgetDescription()Get the description of the toolset.java.lang.StringgetName()Get the name for the toolset.voidsetName(java.lang.String name)Set the name on the toolset.
-