Package ghidra.app.merge.listing
Interface ListingMergeConstants
- All Known Implementing Classes:
ExternalFunctionMerger
,ExternalProgramMerger
,FunctionTagListingMerger
,FunctionTagMerger
,ListingMergeManager
,ProgramContextMergeManager
public interface ListingMergeConstants
ListingMergeConstants
is an interface that provides constants
that are used throughout all of the Listing merge managers for multi-user.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Conflict Option indicating to prompt the user for a response.static final int
Conflict Option indicating the user canceled the merge.static final String
static final String
static final String
static final String
static final int
Indicates a row on the conflicts panel is strictly information and doesn't contain a choice.static final int
Keep the Original program's, the Latest program's, and My program's information to resolve a conflict.static final int
Keep both the Latest program's and My program's information to resolve a conflict.static final int
Keep the Latest program's information to resolve a conflict.static final int
Keep My program's information to resolve a conflict.static final int
Keep the Original program's information to resolve a conflict.static final int
Keep Result program's existing information to resolve a conflict.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
Remove the Latest program's conflict item to resolve a conflict.static final String
static final int
Remove the My program's conflict item to resolve a conflict.static final String
static final int
Rename the conflict item as in the Latest program to resolve a conflict.static final String
static final int
Rename the conflict item as in My program to resolve a conflict.static final String
static final String
static final int
Maximum length to display before truncating occurs in conflict panel.
-
Field Details
-
CANCELED
static final int CANCELEDConflict Option indicating the user canceled the merge.- See Also:
-
ASK_USER
static final int ASK_USERConflict Option indicating to prompt the user for a response.- See Also:
-
INFO_ROW
static final int INFO_ROWIndicates a row on the conflicts panel is strictly information and doesn't contain a choice.- See Also:
-
KEEP_ORIGINAL
static final int KEEP_ORIGINALKeep the Original program's information to resolve a conflict.- See Also:
-
KEEP_LATEST
static final int KEEP_LATESTKeep the Latest program's information to resolve a conflict.- See Also:
-
KEEP_MY
static final int KEEP_MYKeep My program's information to resolve a conflict.- See Also:
-
KEEP_RESULT
static final int KEEP_RESULTKeep Result program's existing information to resolve a conflict.- See Also:
-
KEEP_BOTH
static final int KEEP_BOTHKeep both the Latest program's and My program's information to resolve a conflict.- See Also:
-
KEEP_ALL
static final int KEEP_ALLKeep the Original program's, the Latest program's, and My program's information to resolve a conflict.- See Also:
-
REMOVE_LATEST
static final int REMOVE_LATESTRemove the Latest program's conflict item to resolve a conflict.- See Also:
-
RENAME_LATEST
static final int RENAME_LATESTRename the conflict item as in the Latest program to resolve a conflict.- See Also:
-
REMOVE_MY
static final int REMOVE_MYRemove the My program's conflict item to resolve a conflict.- See Also:
-
RENAME_MY
static final int RENAME_MYRename the conflict item as in My program to resolve a conflict.- See Also:
-
TRUNCATE_LENGTH
static final int TRUNCATE_LENGTHMaximum length to display before truncating occurs in conflict panel. This is needed for comments, etc. which could be very large.- See Also:
-
RESULT_TITLE
- See Also:
-
ORIGINAL_TITLE
- See Also:
-
LATEST_TITLE
- See Also:
-
MY_TITLE
- See Also:
-
LATEST_LIST_BUTTON_NAME
- See Also:
-
CHECKED_OUT_LIST_BUTTON_NAME
- See Also:
-
LATEST_BUTTON_NAME
- See Also:
-
CHECKED_OUT_BUTTON_NAME
- See Also:
-
ORIGINAL_BUTTON_NAME
- See Also:
-
RESULT_BUTTON_NAME
- See Also:
-
LATEST_CHECK_BOX_NAME
- See Also:
-
CHECKED_OUT_CHECK_BOX_NAME
- See Also:
-
ORIGINAL_CHECK_BOX_NAME
- See Also:
-
LATEST_LABEL_NAME
- See Also:
-
CHECKED_OUT_LABEL_NAME
- See Also:
-
ORIGINAL_LABEL_NAME
- See Also:
-
REMOVE_LATEST_BUTTON_NAME
- See Also:
-
RENAME_LATEST_BUTTON_NAME
- See Also:
-
REMOVE_CHECKED_OUT_BUTTON_NAME
- See Also:
-
RENAME_CHECKED_OUT_BUTTON_NAME
- See Also:
-