Class AccuRevCheckOutCommand
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
org.apache.maven.scm.provider.accurev.command.checkout.AccuRevCheckOutCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckout
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) 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
-
Constructor Details
-
AccuRevCheckOutCommand
-
-
Method Details
-
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 classAbstractAccuRevExtractSourceCommand
- Throws:
AccuRevException
-
getScmResult
protected ScmResult getScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion version) - Specified by:
getScmResult
in classAbstractAccuRevExtractSourceCommand
-
getWorkSpaceName
-