Package ghidra.framework.data
Interface CheckinHandler
- All Known Implementing Classes:
CheckInTask,DefaultCheckinHandler
public interface CheckinHandler
CheckinHandler facilitates application callbacks during
the check-in of a DomainFile.-
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.
-
Method Details
-
getComment
Returns the check-in comment.- Returns:
- the check-in comment
- Throws:
CancelledException- thrown if user cancels the check-in
-
keepCheckedOut
Returns true if check-out state should be retained.- Returns:
- true if check-out state should be retained
- Throws:
CancelledException- thrown if user cancels the check-in
-
createKeepFile
Returns true if the system should create a keep file copy of the user's check-in file.- Throws:
CancelledException- thrown if user cancels the check-in
-