org.apache.maven.scm.provider.vss.commands.checkin
Class VssCheckInCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkin.AbstractCheckInCommand
          extended by org.apache.maven.scm.provider.vss.commands.checkin.VssCheckInCommand
All Implemented Interfaces:
Command

public class VssCheckInCommand
extends AbstractCheckInCommand

Since:
1.3
Version:
$Id
Author:
Mateus Pimenta, Olivier Lamy

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssCheckInCommand()
           
 
Method Summary
 List<Commandline> buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VssCheckInCommand

public VssCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository,
                                                 ScmFileSet fileSet,
                                                 String message,
                                                 ScmVersion scmVersion)
                                          throws ScmException
(non-Javadoc)

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException
See Also:
executeCheckInCommand (org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet, java.lang.String, org.apache.maven.scm.ScmVersion)

buildCmdLine

public List<Commandline> buildCmdLine(VssScmProviderRepository repo,
                                      ScmFileSet fileSet,
                                      ScmVersion version)
                               throws ScmException
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.