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 ScmResultgetScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion version) static StringgetWorkSpaceName(File basedir, String basisStream) Methods inherited from class org.apache.maven.scm.provider.accurev.command.AbstractAccuRevExtractSourceCommand
executeAccurevCommandMethods 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
-
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:
extractSourcein classAbstractAccuRevExtractSourceCommand- Throws:
AccuRevException
-
getScmResult
protected ScmResult getScmResult(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion version) - Specified by:
getScmResultin classAbstractAccuRevExtractSourceCommand
-
getWorkSpaceName
-