org.apache.maven.scm.provider.accurev.commands.checkout
Class AccuRevCheckOutWorkspaceCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
org.apache.maven.scm.provider.accurev.commands.checkout.AccuRevCheckOutWorkspaceCommand
- All Implemented Interfaces:
- Command, BaseAccuRevCheckOutCommand
public class AccuRevCheckOutWorkspaceCommand
- extends AbstractCheckOutCommand
- implements BaseAccuRevCheckOutCommand
- Version:
- $Id: AccuRevCheckOutWorkspaceCommand.java 690992 2008-09-01 15:08:23Z vsiveton $
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 |
AccuRevCheckOutWorkspaceCommand
public AccuRevCheckOutWorkspaceCommand(java.lang.String executable)
getMethodName
public java.lang.String getMethodName()
-
- Specified by:
getMethodName
in interface BaseAccuRevCheckOutCommand
executeCheckOutCommand
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
throws ScmException
-
- Specified by:
executeCheckOutCommand
in class AbstractCheckOutCommand
- Throws:
ScmException
createUpdateWorkspaceCommand
protected org.codehaus.plexus.util.cli.Commandline createUpdateWorkspaceCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version)
createMakeWorkspaceCommandLine
protected org.codehaus.plexus.util.cli.Commandline createMakeWorkspaceCommandLine(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.