Package ghidra.app.cmd.module
Class MergeFolderCmd
- java.lang.Object
- 
- ghidra.app.cmd.module.MergeFolderCmd
 
- 
- 
Constructor SummaryConstructors Constructor Description MergeFolderCmd(java.lang.String treeName, java.lang.String folderName, java.lang.String parentName)Construct a new command.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapplyTo(DomainObject obj)Applies the command to the given domain object.java.lang.StringgetName()Returns the name of this command.java.lang.StringgetStatusMsg()Returns the status message indicating the status of the command.
 
- 
- 
- 
Constructor Detail- 
MergeFolderCmdpublic MergeFolderCmd(java.lang.String treeName, java.lang.String folderName, java.lang.String parentName)Construct a new command.- Parameters:
- treeName- name of the tree that this command affects
- folderName- name of the folder (module) that is being merged in with its parent
- parentName- name of the parent that will end up with children of the folder named folderName
 
 
- 
 - 
Method Detail- 
applyTopublic boolean applyTo(DomainObject obj) Description copied from interface:CommandApplies the command to the given domain object.
 - 
getStatusMsgpublic java.lang.String getStatusMsg() Description copied from interface:CommandReturns the status message indicating the status of the command.- Specified by:
- getStatusMsgin interface- Command
- Returns:
- reason for failure, or null if the status of the command was successful
 
 
- 
 
-