Package ghidra.framework.cmd
package ghidra.framework.cmd
-
ClassDescriptionBackgroundCommand<T extends DomainObject>Abstract command that will be run in a thread (in the background) other than the AWT(GUI) thread.NOTE: ALL BinaryAnalysisCommand CLASSES MUST END IN "BinaryAnalysisCommand".Command<T extends DomainObject>Interface to define a change made to a domain object.CompoundBackgroundCommand<T extends DomainObject>Compound command to handle multiple background commands.CompoundCmd<T extends DomainObject>Implementation for multiple commands that are done as a unit.MergeableBackgroundCommand<T extends DomainObject>