Package cppclassanalyzer.cmd
Class CreateExternalSymbolBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.cmd.CreateExternalSymbolBackgroundCmd
- All Implemented Interfaces:
Command
public class CreateExternalSymbolBackgroundCmd extends BackgroundCommand
BackgroundCommand to create an ExternalLocation
-
Constructor Summary
Constructors Constructor Description CreateExternalSymbolBackgroundCmd(ArchivedClassTypeInfo type)Constructs a new CreateExternalSymbolBackgroundCmdCreateExternalSymbolBackgroundCmd(String libName, String symbol)Constructs a new CreateExternalSymbolBackgroundCmd -
Method Summary
Modifier and Type Method Description booleanapplyTo(DomainObject obj, TaskMonitor monitor)ExternalLocationgetExternalLocation()Gets the created external locationMethods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
CreateExternalSymbolBackgroundCmd
Constructs a new CreateExternalSymbolBackgroundCmd- Parameters:
type- the archived type providing the symbol information
-
CreateExternalSymbolBackgroundCmd
Constructs a new CreateExternalSymbolBackgroundCmd- Parameters:
libName- the library namesymbol- the symbol name
-
-
Method Details
-
applyTo
- Specified by:
applyToin classBackgroundCommand
-
getExternalLocation
Gets the created external location- Returns:
- the created external location
-