org.apache.maven.scm.provider.accurev.commands.checkout
Class AccuRevCheckOutUsingPopCommand

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.accurev.commands.checkout.AccuRevCheckOutUsingPopCommand
All Implemented Interfaces:
Command, BaseAccuRevCheckOutCommand

public class AccuRevCheckOutUsingPopCommand
extends AbstractCheckOutCommand
implements BaseAccuRevCheckOutCommand

Version:
$Id: AccuRevCheckOutUsingPopCommand.java 690992 2008-09-01 15:08:23Z vsiveton $

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevCheckOutUsingPopCommand(java.lang.String executable)
           
 
Method Summary
protected  Commandline createPopStreamCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
           
protected  CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
          Execute Check out command line.
 java.lang.String getMethodName()
          
 
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
 

Constructor Detail

AccuRevCheckOutUsingPopCommand

public AccuRevCheckOutUsingPopCommand(java.lang.String executable)
Method Detail

getMethodName

public java.lang.String getMethodName()

Specified by:
getMethodName in interface BaseAccuRevCheckOutCommand

executeCheckOutCommand

protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository,
                                                   ScmFileSet fileSet,
                                                   ScmVersion version,
                                                   boolean recursive)
                                            throws ScmException
Execute Check out command line.

Specified by:
executeCheckOutCommand in class AbstractCheckOutCommand
Parameters:
repository - not null
fileSet - not null
version - not null
recursive - true if recursive check out is wanted, false otherwise.
Returns:
the checkout result
Throws:
ScmException - if any

createPopStreamCommand

protected Commandline createPopStreamCommand(AccuRevScmProviderRepository repository,
                                             ScmFileSet fileSet,
                                             ScmVersion version)