org.apache.maven.scm.provider.integrity.command.login
Class IntegrityLoginCommand

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.integrity.command.login.IntegrityLoginCommand
All Implemented Interfaces:
Command

public class IntegrityLoginCommand
extends AbstractLoginCommand

MKS Integrity implementation of Maven's AbstractLoginCommand
This command will execute a 'si login' followed by a 'si viewproject' to prepare the subsequent commands that will be executed for a maven goal.
The login command uses a Local Client API Integration Point and hence the
MKS Integrity Client is required to be installed on the local client as a pre-requisite.

Since:
1.6
Version:
$Id: IntegrityLoginCommand.java 1.2 2011/08/22 13:06:33EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityLoginCommand()
           
 
Method Summary
 LoginScmResult executeLoginCommand(ScmProviderRepository repository, ScmFileSet fileSet, 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

IntegrityLoginCommand

public IntegrityLoginCommand()
Method Detail

executeLoginCommand

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

Specified by:
executeLoginCommand in class AbstractLoginCommand
Throws:
ScmException


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