Interface BinaryAnalysisCommand

    • Method Detail

      • canApply

        boolean canApply​(Program program)
        Returns TRUE if this command can be applied to the given domain object.
        Parameters:
        program - the domain object to inspect.
        Returns:
        TRUE if this command can be applied
      • applyTo

        boolean applyTo​(Program program,
                        TaskMonitor monitor)
                 throws java.lang.Exception
        Applies the command to the given domain object.
        Parameters:
        program - domain object that this command is to be applied.
        monitor - the task monitor
        Returns:
        true if the command applied successfully
        Throws:
        java.lang.Exception
      • getMessages

        MessageLog getMessages()
        Returns the status message indicating the status of the command.
        Returns:
        reason for failure, or null if the status of the command was successful
      • getName

        java.lang.String getName()
        Returns the name of this command.
        Returns:
        the name of this command