Class AbstractCheckInCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
GitCheckInCommand
,HgCheckInCommand
,JGitCheckInCommand
,LocalCheckInCommand
,SvnCheckInCommand
public abstract class AbstractCheckInCommand extends AbstractCommand
- Author:
- Emmanuel Venisse, Trygve Laugstøl, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description AbstractCheckInCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract CheckInScmResult
executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractCheckInCommand
public AbstractCheckInCommand()
-
-
Method Detail
-
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
-
-