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