org.apache.maven.scm.provider.perforce.command.login
Class PerforceLoginCommand

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.perforce.command.login.PerforceLoginCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceLoginCommand
extends AbstractLoginCommand
implements PerforceCommand

Version:
$Id: PerforceLoginCommand.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Mike Perham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceLoginCommand()
           
 
Method Summary
static Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDir)
           
 LoginScmResult executeLoginCommand(ScmProviderRepository repo, ScmFileSet files, CommandParameters params)
          
 
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

PerforceLoginCommand

public PerforceLoginCommand()
Method Detail

executeLoginCommand

public LoginScmResult executeLoginCommand(ScmProviderRepository repo,
                                          ScmFileSet files,
                                          CommandParameters params)
                                   throws ScmException

Specified by:
executeLoginCommand in class AbstractLoginCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(PerforceScmProviderRepository repo,
                                            File workingDir)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.