Class CreateAndAcceptApplyManualMatchTask

java.lang.Object
ghidra.util.task.Task
ghidra.feature.vt.gui.task.VtTask
ghidra.feature.vt.gui.task.CreateManualMatchTask
ghidra.feature.vt.gui.task.CreateAndAcceptApplyManualMatchTask
All Implemented Interfaces:
ghidra.util.task.MonitoredRunnable

public class CreateAndAcceptApplyManualMatchTask extends CreateManualMatchTask
  • Constructor Details

    • CreateAndAcceptApplyManualMatchTask

      public CreateAndAcceptApplyManualMatchTask(VTController controller, ghidra.program.model.listing.Function sourceFunction, ghidra.program.model.listing.Function destinationFunction, boolean applyMarkup)
      A task that creates the indicated function match and then either accepts it or applies it.
      Parameters:
      controller - the controller for a version tracking session
      sourceFunction - the source function in the function match
      destinationFunction - the destination function in the function match
      applyMarkup - true means apply the match. false means only accept the match.
  • Method Details