public interface BaseCheckinHandlerFactory
Modifier and Type | Method and Description |
---|---|
CheckinHandler |
createHandler(CheckinProjectPanel panel,
CommitContext commitContext)
Creates a handler for a single Checkin Project or Checkin File operation.
|
BeforeCheckinDialogHandler |
createSystemReadyHandler(Project project) |
CheckinHandler createHandler(CheckinProjectPanel panel, CommitContext commitContext)
panel
- the class which can be used to retrieve information about the files to be committed,
and to get or set the commit message.BeforeCheckinDialogHandler createSystemReadyHandler(Project project)