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:
AbstractCvsCheckInCommand,BazaarCheckInCommand,ClearCaseCheckInCommand,GitCheckInCommand,HgCheckInCommand,LocalCheckInCommand,PerforceCheckInCommand,StarteamCheckInCommand,SvnCheckInCommand,SynergyCheckInCommand,TfsCheckInCommand
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 CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion)ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
executeCheckInCommand
protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion) throws ScmException
- Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommandin classAbstractCommand- Throws:
ScmException
-
-