org.apache.maven.scm.provider.tfs.command
Class TfsCheckOutCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
org.apache.maven.scm.provider.tfs.command.TfsCheckOutCommand
- All Implemented Interfaces:
- Command
public class TfsCheckOutCommand
- extends AbstractCheckOutCommand
| Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TfsCheckOutCommand
public TfsCheckOutCommand()
executeCheckOutCommand
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v,
boolean recursive)
throws ScmException
- Description copied from class:
AbstractCheckOutCommand
- Execute Check out command line.
- Specified by:
executeCheckOutCommand in class AbstractCheckOutCommand
- Parameters:
r - not nullf - not nullv - not nullrecursive - true if recursive check out is wanted, false otherwise.
- Returns:
- the checkout result
- Throws:
ScmException - if any
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-2011 Apache Software Foundation. All Rights Reserved.