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
Fields Modifier and Type Field Description static int
ASK_USER
Conflict Option indicating to prompt the user for a response.static int
CANCELED
Conflict Option indicating the user canceled the merge.static java.lang.String
CHECKED_OUT_BUTTON_NAME
static java.lang.String
CHECKED_OUT_CHECK_BOX_NAME
static java.lang.String
CHECKED_OUT_LABEL_NAME
static java.lang.String
CHECKED_OUT_LIST_BUTTON_NAME
static int
INFO_ROW
Indicates a row on the conflicts panel is strictly information and doesn't contain a choice.static int
KEEP_ALL
Keep the Original program's, the Latest program's, and My program's information to resolve a conflict.static int
KEEP_BOTH
Keep both the Latest program's and My program's information to resolve a conflict.static int
KEEP_LATEST
Keep the Latest program's information to resolve a conflict.static int
KEEP_MY
Keep My program's information to resolve a conflict.static int
KEEP_ORIGINAL
Keep the Original program's information to resolve a conflict.static int
KEEP_RESULT
Keep Result program's existing information to resolve a conflict.static java.lang.String
LATEST_BUTTON_NAME
static java.lang.String
LATEST_CHECK_BOX_NAME
static java.lang.String
LATEST_LABEL_NAME
static java.lang.String
LATEST_LIST_BUTTON_NAME
static java.lang.String
LATEST_TITLE
static java.lang.String
MY_TITLE
static java.lang.String
ORIGINAL_BUTTON_NAME
static java.lang.String
ORIGINAL_CHECK_BOX_NAME
static java.lang.String
ORIGINAL_LABEL_NAME
static java.lang.String
ORIGINAL_TITLE
static java.lang.String
REMOVE_CHECKED_OUT_BUTTON_NAME
static int
REMOVE_LATEST
Remove the Latest program's conflict item to resolve a conflict.static java.lang.String
REMOVE_LATEST_BUTTON_NAME
static int
REMOVE_MY
Remove the My program's conflict item to resolve a conflict.static java.lang.String
RENAME_CHECKED_OUT_BUTTON_NAME
static int
RENAME_LATEST
Rename the conflict item as in the Latest program to resolve a conflict.static java.lang.String
RENAME_LATEST_BUTTON_NAME
static int
RENAME_MY
Rename the conflict item as in My program to resolve a conflict.static java.lang.String
RESULT_BUTTON_NAME
static java.lang.String
RESULT_TITLE
static int
TRUNCATE_LENGTH
Maximum length to display before truncating occurs in conflict panel.
-
-
-
Field Detail
-
CANCELED
static final int CANCELED
Conflict Option indicating the user canceled the merge.- See Also:
- Constant Field Values
-
ASK_USER
static final int ASK_USER
Conflict Option indicating to prompt the user for a response.- See Also:
- Constant Field Values
-
INFO_ROW
static final int INFO_ROW
Indicates a row on the conflicts panel is strictly information and doesn't contain a choice.- See Also:
- Constant Field Values
-
KEEP_ORIGINAL
static final int KEEP_ORIGINAL
Keep the Original program's information to resolve a conflict.- See Also:
- Constant Field Values
-
KEEP_LATEST
static final int KEEP_LATEST
Keep the Latest program's information to resolve a conflict.- See Also:
- Constant Field Values
-
KEEP_MY
static final int KEEP_MY
Keep My program's information to resolve a conflict.- See Also:
- Constant Field Values
-
KEEP_RESULT
static final int KEEP_RESULT
Keep Result program's existing information to resolve a conflict.- See Also:
- Constant Field Values
-
KEEP_BOTH
static final int KEEP_BOTH
Keep both the Latest program's and My program's information to resolve a conflict.- See Also:
- Constant Field Values
-
KEEP_ALL
static final int KEEP_ALL
Keep the Original program's, the Latest program's, and My program's information to resolve a conflict.- See Also:
- Constant Field Values
-
REMOVE_LATEST
static final int REMOVE_LATEST
Remove the Latest program's conflict item to resolve a conflict.- See Also:
- Constant Field Values
-
RENAME_LATEST
static final int RENAME_LATEST
Rename the conflict item as in the Latest program to resolve a conflict.- See Also:
- Constant Field Values
-
REMOVE_MY
static final int REMOVE_MY
Remove the My program's conflict item to resolve a conflict.- See Also:
- Constant Field Values
-
RENAME_MY
static final int RENAME_MY
Rename the conflict item as in My program to resolve a conflict.- See Also:
- Constant Field Values
-
TRUNCATE_LENGTH
static final int TRUNCATE_LENGTH
Maximum length to display before truncating occurs in conflict panel. This is needed for comments, etc. which could be very large.- See Also:
- Constant Field Values
-
RESULT_TITLE
static final java.lang.String RESULT_TITLE
- See Also:
- Constant Field Values
-
ORIGINAL_TITLE
static final java.lang.String ORIGINAL_TITLE
- See Also:
- Constant Field Values
-
LATEST_TITLE
static final java.lang.String LATEST_TITLE
- See Also:
- Constant Field Values
-
MY_TITLE
static final java.lang.String MY_TITLE
- See Also:
- Constant Field Values
-
LATEST_LIST_BUTTON_NAME
static final java.lang.String LATEST_LIST_BUTTON_NAME
- See Also:
- Constant Field Values
-
CHECKED_OUT_LIST_BUTTON_NAME
static final java.lang.String CHECKED_OUT_LIST_BUTTON_NAME
- See Also:
- Constant Field Values
-
LATEST_BUTTON_NAME
static final java.lang.String LATEST_BUTTON_NAME
- See Also:
- Constant Field Values
-
CHECKED_OUT_BUTTON_NAME
static final java.lang.String CHECKED_OUT_BUTTON_NAME
- See Also:
- Constant Field Values
-
ORIGINAL_BUTTON_NAME
static final java.lang.String ORIGINAL_BUTTON_NAME
- See Also:
- Constant Field Values
-
RESULT_BUTTON_NAME
static final java.lang.String RESULT_BUTTON_NAME
- See Also:
- Constant Field Values
-
LATEST_CHECK_BOX_NAME
static final java.lang.String LATEST_CHECK_BOX_NAME
- See Also:
- Constant Field Values
-
CHECKED_OUT_CHECK_BOX_NAME
static final java.lang.String CHECKED_OUT_CHECK_BOX_NAME
- See Also:
- Constant Field Values
-
ORIGINAL_CHECK_BOX_NAME
static final java.lang.String ORIGINAL_CHECK_BOX_NAME
- See Also:
- Constant Field Values
-
LATEST_LABEL_NAME
static final java.lang.String LATEST_LABEL_NAME
- See Also:
- Constant Field Values
-
CHECKED_OUT_LABEL_NAME
static final java.lang.String CHECKED_OUT_LABEL_NAME
- See Also:
- Constant Field Values
-
ORIGINAL_LABEL_NAME
static final java.lang.String ORIGINAL_LABEL_NAME
- See Also:
- Constant Field Values
-
REMOVE_LATEST_BUTTON_NAME
static final java.lang.String REMOVE_LATEST_BUTTON_NAME
- See Also:
- Constant Field Values
-
RENAME_LATEST_BUTTON_NAME
static final java.lang.String RENAME_LATEST_BUTTON_NAME
- See Also:
- Constant Field Values
-
REMOVE_CHECKED_OUT_BUTTON_NAME
static final java.lang.String REMOVE_CHECKED_OUT_BUTTON_NAME
- See Also:
- Constant Field Values
-
RENAME_CHECKED_OUT_BUTTON_NAME
static final java.lang.String RENAME_CHECKED_OUT_BUTTON_NAME
- See Also:
- Constant Field Values
-
-