org.apache.maven.scm.provider.accurev.command.checkout
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
public class AccuRevCheckOutCommand
- extends AbstractAccuRevExtractSourceCommand
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccuRevCheckOutCommand
public AccuRevCheckOutCommand(ScmLogger logger)
checkout
public CheckOutScmResult checkout(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
- Throws:
ScmException
extractSource
protected java.util.List<java.io.File> extractSource(AccuRevScmProviderRepository repository,
java.io.File basedir,
java.lang.String basisStream,
java.lang.String transactionId)
throws AccuRevException
- Specified by:
extractSource
in class AbstractAccuRevExtractSourceCommand
- Throws:
AccuRevException
getScmResult
protected ScmResult getScmResult(AccuRevScmProviderRepository repository,
java.util.List<ScmFile> scmFiles)
- Specified by:
getScmResult
in class AbstractAccuRevExtractSourceCommand
getWorkSpaceName
public static java.lang.String getWorkSpaceName(java.io.File basedir,
java.lang.String basisStream)
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.