org.apache.maven.scm.provider.bazaar.command.checkout
Class BazaarCheckOutCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
org.apache.maven.scm.provider.bazaar.command.checkout.BazaarCheckOutCommand
- All Implemented Interfaces:
- Command
public class BazaarCheckOutCommand
- extends AbstractCheckOutCommand
- Author:
- Torbjorn Eikli Smorgrav, Olivier Lamy
| 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 |
BazaarCheckOutCommand
public BazaarCheckOutCommand()
executeCheckOutCommand
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
throws ScmException
- Execute Check out command line.
- Specified by:
executeCheckOutCommand in class AbstractCheckOutCommand
- Parameters:
repo - not nullfileSet - not nullversion - not nullrecursive - true if recursive check out is wanted, false otherwise.
- Returns:
- the checkout result
- Throws:
ScmException - if any
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.