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
,JazzCheckInCommand
,JGitCheckInCommand
,LocalCheckInCommand
,PerforceCheckInCommand
,StarteamCheckInCommand
,SvnCheckInCommand
,SynergyCheckInCommand
,TfsCheckInCommand
,VssCheckInCommand
-
Field Summary
Fields -
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, getLogger, setLogger
-
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
-