Class VssCheckInCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
-
- org.apache.maven.scm.provider.vss.commands.checkin.VssCheckInCommand
-
- All Implemented Interfaces:
Command
public class VssCheckInCommand extends AbstractCheckInCommand
- Since:
- 1.3
- Version:
- $Id
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
-
Constructor Summary
Constructors Constructor Description VssCheckInCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.codehaus.plexus.util.cli.Commandline>
buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
protected CheckInScmResult
executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion)
(non-Javadoc)-
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion) throws ScmException
(non-Javadoc)- Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- Throws:
ScmException
-
buildCmdLine
public java.util.List<org.codehaus.plexus.util.cli.Commandline> buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Throws:
ScmException
-
-