org.apache.maven.scm.provider.vss.commands.checkout
Class VssCheckOutCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
          extended by org.apache.maven.scm.provider.vss.commands.checkout.VssCheckOutCommand
All Implemented Interfaces:
Command

public class VssCheckOutCommand
extends AbstractCheckOutCommand

Version:
$Id: VssCheckOutCommand.java 02.06.2006 00:05:51
Author:
Thorsten Riek

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssCheckOutCommand()
           
 
Method Summary
 Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
           
protected  CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
          Execute Check out command line.
 
Methods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
executeCheckOutCommand, 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

VssCheckOutCommand

public VssCheckOutCommand()
Method Detail

executeCheckOutCommand

protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository,
                                                   ScmFileSet fileSet,
                                                   ScmVersion version,
                                                   boolean recursive)
                                            throws ScmException
Execute Check out command line.

Specified by:
executeCheckOutCommand in class AbstractCheckOutCommand
Parameters:
repository - not null
fileSet - not null
version - not null
recursive - true if recursive check out is wanted, false otherwise.
Returns:
the checkout result
Throws:
ScmException - if any

buildCmdLine

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


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