Package ghidra.framework.data
Class DefaultCheckinHandler
java.lang.Object
ghidra.framework.data.DefaultCheckinHandler
- All Implemented Interfaces:
CheckinHandler
DefaultCheckinHandler provides a simple
check-in handler for use with
DomainFile.checkin(CheckinHandler, ghidra.util.task.TaskMonitor)-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCheckinHandler(String comment, boolean keepCheckedOut, boolean createKeepFile) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the system should create a keep file copy of the user's check-in file.Returns the check-in comment.booleanReturns true if check-out state should be retained.
-
Constructor Details
-
DefaultCheckinHandler
-
-
Method Details
-
getComment
Description copied from interface:CheckinHandlerReturns the check-in comment.- Specified by:
getCommentin interfaceCheckinHandler- Returns:
- the check-in comment
- Throws:
CancelledException- thrown if user cancels the check-in
-
keepCheckedOut
Description copied from interface:CheckinHandlerReturns true if check-out state should be retained.- Specified by:
keepCheckedOutin interfaceCheckinHandler- Returns:
- true if check-out state should be retained
- Throws:
CancelledException- thrown if user cancels the check-in
-
createKeepFile
Description copied from interface:CheckinHandlerReturns true if the system should create a keep file copy of the user's check-in file.- Specified by:
createKeepFilein interfaceCheckinHandler- Throws:
CancelledException- thrown if user cancels the check-in
-