org.apache.maven.scm.provider.accurev.command
Class AbstractAccuRevExtractSourceCommand

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
All Implemented Interfaces:
Command
Direct Known Subclasses:
AccuRevCheckOutCommand, AccuRevExportCommand

public abstract class AbstractAccuRevExtractSourceCommand
extends AbstractAccuRevCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractAccuRevExtractSourceCommand(ScmLogger logger)
           
 
Method Summary
protected  ScmResult executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  java.util.List<java.io.File> extractSource(AccuRevScmProviderRepository repository, java.io.File basedir, java.lang.String basisStream, java.lang.String transactionId)
           
protected abstract  ScmResult getScmResult(AccuRevScmProviderRepository repository, java.util.List<ScmFile> scmFiles)
           
 
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

AbstractAccuRevExtractSourceCommand

public AbstractAccuRevExtractSourceCommand(ScmLogger logger)
Method Detail

executeAccurevCommand

protected ScmResult executeAccurevCommand(AccuRevScmProviderRepository repository,
                                          ScmFileSet fileSet,
                                          CommandParameters parameters)
                                   throws ScmException,
                                          AccuRevException
Specified by:
executeAccurevCommand in class AbstractAccuRevCommand
Throws:
ScmException
AccuRevException

getScmResult

protected abstract ScmResult getScmResult(AccuRevScmProviderRepository repository,
                                          java.util.List<ScmFile> scmFiles)

extractSource

protected abstract java.util.List<java.io.File> extractSource(AccuRevScmProviderRepository repository,
                                                              java.io.File basedir,
                                                              java.lang.String basisStream,
                                                              java.lang.String transactionId)
                                                       throws AccuRevException
Throws:
AccuRevException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.