Class UpdateExternalNameCmd

java.lang.Object
ghidra.app.cmd.refs.UpdateExternalNameCmd
All Implemented Interfaces:
Command

public class UpdateExternalNameCmd extends Object implements Command
Command to update the name for an external program.
  • Constructor Details

    • UpdateExternalNameCmd

      public UpdateExternalNameCmd(String oldName, String newName, SourceType source)
      Constructs a new command for updating the name of an external program.
      Parameters:
      oldName - the current name of the external program link.
      newName - the new name to be used for the external program link.
      source - the source of this external name
  • Method Details