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 Deprecated Methods Modifier and Type Method Description protected abstract CheckInScmResult
executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
protected CheckInScmResult
executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption)
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 CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption) throws ScmException
- Throws:
ScmException
-
executeCheckInCommand
@Deprecated protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException
Deprecated.- Parameters:
repository
-fileSet
-message
-scmVersion
-- Returns:
- Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
-