org.apache.maven.scm.provider.accurev.command.checkout
Class AccuRevCheckOutCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
          extended by org.apache.maven.scm.provider.accurev.command.AbstractAccuRevExtractSourceCommand
              extended by org.apache.maven.scm.provider.accurev.command.checkout.AccuRevCheckOutCommand
All Implemented Interfaces:
Command

public class AccuRevCheckOutCommand
extends AbstractAccuRevExtractSourceCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevCheckOutCommand(ScmLogger logger)
           
 
Method Summary
 CheckOutScmResult checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected  List<File> extractSource(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version)
           
protected  ScmResult getScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion version)
           
static String getWorkSpaceName(File basedir, String basisStream)
           
 
Methods inherited from class org.apache.maven.scm.provider.accurev.command.AbstractAccuRevExtractSourceCommand
executeAccurevCommand
 
Methods inherited from class org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
executeCommand, getScmFiles
 
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
 

Constructor Detail

AccuRevCheckOutCommand

public AccuRevCheckOutCommand(ScmLogger logger)
Method Detail

checkout

public CheckOutScmResult checkout(ScmProviderRepository repository,
                                  ScmFileSet fileSet,
                                  CommandParameters parameters)
                           throws ScmException
Throws:
ScmException

extractSource

protected List<File> extractSource(AccuRevScmProviderRepository repository,
                                   File basedir,
                                   AccuRevVersion version)
                            throws AccuRevException
Specified by:
extractSource in class AbstractAccuRevExtractSourceCommand
Throws:
AccuRevException

getScmResult

protected ScmResult getScmResult(AccuRevScmProviderRepository repository,
                                 List<ScmFile> scmFiles,
                                 ScmVersion version)
Specified by:
getScmResult in class AbstractAccuRevExtractSourceCommand

getWorkSpaceName

public static String getWorkSpaceName(File basedir,
                                      String basisStream)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.