Class ExternalReferencePluginEvent

java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ExternalReferencePluginEvent

public final class ExternalReferencePluginEvent extends PluginEvent
Plugin event used to navigate to a location in another program when following a external reference.
  • Field Details

  • Constructor Details

    • ExternalReferencePluginEvent

      public ExternalReferencePluginEvent(String src, ExternalLocation extLoc, String programPath)
      Construct a new plugin event.
      Parameters:
      src - name of the source of this event
      extLoc - the external location to follow
      programPath - The ghidra path name of the program file to go to.
  • Method Details

    • getExternalLocation

      public ExternalLocation getExternalLocation()
      Get the external location for this event.
      Returns:
      the external location
    • getProgramPath

      public String getProgramPath()
      Returns the program path name
      Returns:
      String containing the program path name.