Package ghidra.feature.vt.gui.task
Class CreateManualMatchTask
java.lang.Object
ghidra.util.task.Task
ghidra.feature.vt.gui.task.VtTask
ghidra.feature.vt.gui.task.CreateManualMatchTask
- All Implemented Interfaces:
ghidra.util.task.MonitoredRunnable
- Direct Known Subclasses:
CreateAndAcceptApplyManualMatchTask
-
Field Summary
Fields inherited from class ghidra.util.task.Task
taskMonitor, waitForTaskCompleted
-
Constructor Summary
ConstructorDescriptionCreateManualMatchTask
(VTSession session, ghidra.program.model.listing.Function sourceFunction, ghidra.program.model.listing.Function destinationFunction) CreateManualMatchTask
(String name, VTSession session, ghidra.program.model.listing.Function sourceFunction, ghidra.program.model.listing.Function destinationFunction) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doWork
(ghidra.util.task.TaskMonitor monitor) protected String
protected boolean
runFollowOnTasks
(ghidra.util.task.TaskMonitor monitor) Methods inherited from class ghidra.feature.vt.gui.task.VtTask
addErrors, getErrorDetails, hasErrors, reportError, run, shouldSuspendSessionEvents, showErrors, wasCancelled, wasSuccessfull
Methods inherited from class ghidra.util.task.Task
addTaskListener, canCancel, cancel, getStatusTextAlignment, getTaskTitle, getWaitForTaskCompleted, hasProgress, isCancelled, isModal, monitoredRun, notifyTaskListeners, setHasProgress
-
Field Details
-
newlyCreatedMatch
-
-
Constructor Details
-
CreateManualMatchTask
public CreateManualMatchTask(VTSession session, ghidra.program.model.listing.Function sourceFunction, ghidra.program.model.listing.Function destinationFunction) -
CreateManualMatchTask
-
-
Method Details