Class AbstractAccuRevExtractSourceCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
org.apache.maven.scm.provider.accurev.command.AbstractAccuRevExtractSourceCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
AccuRevCheckOutCommand,AccuRevExportCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) extractSource(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version) protected abstract ScmResultgetScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion scmVersion) Methods inherited from class org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
executeCommand, getScmFilesMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AbstractAccuRevExtractSourceCommand
-
-
Method Details
-
executeAccurevCommand
protected ScmResult executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException, AccuRevException - Specified by:
executeAccurevCommandin classAbstractAccuRevCommand- Throws:
ScmExceptionAccuRevException
-
getScmResult
protected abstract ScmResult getScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion scmVersion) -
extractSource
protected abstract List<File> extractSource(AccuRevScmProviderRepository repository, File basedir, AccuRevVersion version) throws AccuRevException - Throws:
AccuRevException
-