org.apache.maven.scm.provider.tfs.command
Class TfsCheckOutCommand

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.tfs.command.TfsCheckOutCommand
All Implemented Interfaces:
Command

public class TfsCheckOutCommand
extends AbstractCheckOutCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
TfsCheckOutCommand()
           
 
Method Summary
 TfsCommand createGetCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)
           
protected  CheckOutScmResult executeCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)
           
 int executeUnmapCommand(ScmProviderRepository r, ScmFileSet f)
           
 
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

TfsCheckOutCommand

public TfsCheckOutCommand()
Method Detail

executeCheckOutCommand

protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository r,
                                                   ScmFileSet f,
                                                   ScmVersion v,
                                                   boolean recursive)
                                            throws ScmException
Specified by:
executeCheckOutCommand in class AbstractCheckOutCommand
Throws:
ScmException

createGetCommand

public TfsCommand createGetCommand(ScmProviderRepository r,
                                   ScmFileSet f,
                                   ScmVersion v,
                                   boolean recursive)

executeUnmapCommand

public int executeUnmapCommand(ScmProviderRepository r,
                               ScmFileSet f)
                        throws ScmException
Throws:
ScmException


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