Package ghidra.app.util
Class SelectionTransferData
java.lang.Object
ghidra.app.util.SelectionTransferData
Data that is the transferable in SelectionTransferable; it contains an address set and the
path of the program.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the address set.Return the program path.
-
Constructor Details
-
SelectionTransferData
Constructor- Parameters:
set
- address set to transferprogramPath
- path to the program that contains the set
-
-
Method Details
-
getProgramPath
Return the program path. -
getAddressSet
Return the address set.
-