Class AbstractCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
- All Implemented Interfaces:
Command
- Author:
- Emmanuel Venisse, Trygve Laugstøl, Olivier Lamy
-
Field Summary
FieldsFields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract CheckInScmResult
executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AbstractCheckInCommand
public AbstractCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException - Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-