com.perforce.maven.scm.provider.p4.command.checkout
Class P4CheckOutCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
          extended by com.perforce.maven.scm.provider.p4.command.checkout.P4CheckOutCommand
All Implemented Interfaces:
P4Command, org.apache.maven.scm.command.Command

public class P4CheckOutCommand
extends org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
implements P4Command

Use Perforce sync command to checkout files from the repository. It will create a client if non is specified.


Field Summary
static String command
          The Constant command.
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
P4CheckOutCommand()
           
 
Method Summary
protected  org.apache.maven.scm.command.checkout.CheckOutScmResult executeCheckOutCommand(org.apache.maven.scm.provider.ScmProviderRepository repo, org.apache.maven.scm.ScmFileSet files, org.apache.maven.scm.ScmVersion version, boolean recursive)
           
 
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
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Field Detail

command

public static final String command
The Constant command.

See Also:
Constant Field Values
Constructor Detail

P4CheckOutCommand

public P4CheckOutCommand()
Method Detail

executeCheckOutCommand

protected org.apache.maven.scm.command.checkout.CheckOutScmResult executeCheckOutCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
                                                                                         org.apache.maven.scm.ScmFileSet files,
                                                                                         org.apache.maven.scm.ScmVersion version,
                                                                                         boolean recursive)
                                                                                  throws org.apache.maven.scm.ScmException
Specified by:
executeCheckOutCommand in class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
Throws:
org.apache.maven.scm.ScmException
See Also:
executeCheckOutCommand (org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet, org.apache.maven.scm.ScmVersion, boolean)


Copyright © 2003-2011 Perforce Software. All Rights Reserved.