org.apache.maven.scm.provider.cvslib.command.login
Class CvsLoginCommand

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.cvslib.command.login.CvsLoginCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
CvsJavaLoginCommand

public class CvsLoginCommand
extends AbstractLoginCommand

Version:
$Id: CvsLoginCommand.java 533646 2007-04-30 09:27:28Z evenisse $
Author:
Emmanuel Venisse

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

CvsLoginCommand

public CvsLoginCommand()
Method Detail

executeLoginCommand

public LoginScmResult executeLoginCommand(ScmProviderRepository repository,
                                          ScmFileSet fileSet,
                                          CommandParameters parameters)
                                   throws ScmException
Specified by:
executeLoginCommand in class AbstractLoginCommand
Throws:
ScmException
See Also:
AbstractLoginCommand.executeLoginCommand(org.apache.maven.scm.provider.ScmProviderRepository,org.apache.maven.scm.ScmFileSet,org.apache.maven.scm.CommandParameters)

isCvsNT

public boolean isCvsNT()
                throws ScmException
Throws:
ScmException


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