org.apache.maven.scm.provider.accurev.commands.login
Class AccuRevLoginCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.login.AbstractLoginCommand
          extended by org.apache.maven.scm.provider.accurev.commands.login.AccuRevLoginCommand
All Implemented Interfaces:
Command

public class AccuRevLoginCommand
extends AbstractLoginCommand

Version:
$Id: AccuRevLoginCommand.java 686195 2008-08-15 11:32:15Z vsiveton $

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevLoginCommand(java.lang.String executable)
           
 
Method Summary
protected  org.codehaus.plexus.util.cli.Commandline createLoginCommandLine(AccuRevScmProviderRepository repository)
          Creates the login command line
 LoginScmResult executeLoginCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 
Methods inherited from class org.apache.maven.scm.command.login.AbstractLoginCommand
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
 

Constructor Detail

AccuRevLoginCommand

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

executeLoginCommand

public LoginScmResult executeLoginCommand(ScmProviderRepository repository,
                                          ScmFileSet fileSet,
                                          CommandParameters parameters)
                                   throws ScmException

Specified by:
executeLoginCommand in class AbstractLoginCommand
Throws:
ScmException

createLoginCommandLine

protected org.codehaus.plexus.util.cli.Commandline createLoginCommandLine(AccuRevScmProviderRepository repository)
Creates the login command line

Parameters:
repository - AccuRevScmProviderRepository object
Returns:
Commadline object to perform login


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.