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
- 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.