org.apache.maven.scm.provider.accurev.commands.checkout
Class AccuRevCheckOutWorkspaceCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
          extended by 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 686195 2008-08-15 11:32:15Z vsiveton $

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevCheckOutWorkspaceCommand(java.lang.String executable)
           
 
Method Summary
protected  org.codehaus.plexus.util.cli.Commandline createMakeWorkspaceCommandLine(AccuRevScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
           
protected  org.codehaus.plexus.util.cli.Commandline createUpdateWorkspaceCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
           
protected  CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
          
 java.lang.String getMethodName()
          
 
Methods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

AccuRevCheckOutWorkspaceCommand

public AccuRevCheckOutWorkspaceCommand(java.lang.String executable)
Method Detail

getMethodName

public java.lang.String getMethodName()

Specified by:
getMethodName in interface BaseAccuRevCheckOutCommand

executeCheckOutCommand

protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository,
                                                   ScmFileSet fileSet,
                                                   ScmVersion version)
                                            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-2009 Apache Software Foundation. All Rights Reserved.