Class ExternalReferencePluginEvent


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

      • NAME

        public static final java.lang.String NAME
        The name of this plugin event.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExternalReferencePluginEvent

        public ExternalReferencePluginEvent​(java.lang.String src,
                                            ExternalLocation extLoc,
                                            java.lang.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 Detail

      • getExternalLocation

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

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