org.apache.maven.scm.provider.accurev.command.export
Class AccuRevExportCommand

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.export.AccuRevExportCommand
All Implemented Interfaces:
Command

public class AccuRevExportCommand
extends AbstractAccuRevExtractSourceCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevExportCommand(ScmLogger logger)
           
 
Method Summary
 ExportScmResult export(ScmProviderRepository repository, ScmFileSet scmFileSet, CommandParameters params)
           
protected  List<File> extractSource(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version)
           
protected  ScmResult getScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion scmVersion)
           
 
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

AccuRevExportCommand

public AccuRevExportCommand(ScmLogger logger)
Method Detail

export

public ExportScmResult export(ScmProviderRepository repository,
                              ScmFileSet scmFileSet,
                              CommandParameters params)
                       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 scmVersion)
Specified by:
getScmResult in class AbstractAccuRevExtractSourceCommand


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