Class RemoveExternalNameCmd

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

public class RemoveExternalNameCmd extends Object implements Command
Command to remove an external program name from the reference manager.
  • Constructor Details

    • RemoveExternalNameCmd

      public RemoveExternalNameCmd(String externalName)
      Constructs a new command removing an external program name.
      Parameters:
      externalName - the name of the external program name to be removed.
  • Method Details