org.apache.maven.scm.provider.cvslib.repository
Class TestCvsScmProvider

java.lang.Object
  extended by org.apache.maven.scm.provider.AbstractScmProvider
      extended by org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider
          extended by org.apache.maven.scm.provider.cvslib.repository.TestCvsScmProvider
All Implemented Interfaces:
ScmProvider

public class TestCvsScmProvider
extends AbstractCvsScmProvider

Version:
$Id: TestCvsScmProvider.java 982593 2010-08-05 13:03:00Z olamy $
Author:
Emmanuel Venisse

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider
AbstractCvsScmProvider.ScmUrlParserResult
 
Field Summary
 
Fields inherited from class org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider
TRANSPORT_EXT, TRANSPORT_LOCAL, TRANSPORT_LSERVER, TRANSPORT_PSERVER, TRANSPORT_SSPI
 
Fields inherited from interface org.apache.maven.scm.provider.ScmProvider
ROLE
 
Constructor Summary
TestCvsScmProvider()
           
 
Method Summary
protected  Command getAddCommand()
           
protected  Command getBlameCommand()
           
protected  Command getBranchCommand()
           
protected  Command getChangeLogCommand()
           
protected  Command getCheckInCommand()
           
protected  Command getCheckOutCommand()
           
protected  Command getDiffCommand()
           
protected  Command getExportCommand()
           
protected  Command getListCommand()
           
protected  Command getLoginCommand()
           
protected  Command getMkdirCommand()
           
protected  Command getRemoveCommand()
           
protected  Command getStatusCommand()
           
protected  Command getTagCommand()
           
protected  Command getUpdateCommand()
           
 
Methods inherited from class org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider
add, blame, branch, changelog, checkin, checkout, diff, export, getRelativePath, getScmSpecificFilename, getScmType, list, login, makeProviderScmRepository, makeProviderScmRepository, mkdir, parseScmUrl, remove, sanitizeTagName, status, tag, tag, update, validateScmUrl, validateTagName
 
Methods inherited from class org.apache.maven.scm.provider.AbstractScmProvider
add, add, add, addListener, blame, branch, branch, branch, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, checkIn, checkIn, checkIn, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, diff, diff, edit, edit, export, export, export, export, export, getLogger, info, list, list, mkdir, remoteInfo, remove, requiresEditMode, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCvsScmProvider

public TestCvsScmProvider()
Method Detail

getAddCommand

protected Command getAddCommand()
Specified by:
getAddCommand in class AbstractCvsScmProvider

getBranchCommand

protected Command getBranchCommand()
Specified by:
getBranchCommand in class AbstractCvsScmProvider

getBlameCommand

protected Command getBlameCommand()
Specified by:
getBlameCommand in class AbstractCvsScmProvider

getChangeLogCommand

protected Command getChangeLogCommand()
Specified by:
getChangeLogCommand in class AbstractCvsScmProvider

getCheckInCommand

protected Command getCheckInCommand()
Specified by:
getCheckInCommand in class AbstractCvsScmProvider

getCheckOutCommand

protected Command getCheckOutCommand()
Specified by:
getCheckOutCommand in class AbstractCvsScmProvider

getDiffCommand

protected Command getDiffCommand()
Specified by:
getDiffCommand in class AbstractCvsScmProvider

getExportCommand

protected Command getExportCommand()
Specified by:
getExportCommand in class AbstractCvsScmProvider

getListCommand

protected Command getListCommand()
Specified by:
getListCommand in class AbstractCvsScmProvider

getLoginCommand

protected Command getLoginCommand()
Specified by:
getLoginCommand in class AbstractCvsScmProvider

getRemoveCommand

protected Command getRemoveCommand()
Specified by:
getRemoveCommand in class AbstractCvsScmProvider

getStatusCommand

protected Command getStatusCommand()
Specified by:
getStatusCommand in class AbstractCvsScmProvider

getTagCommand

protected Command getTagCommand()
Specified by:
getTagCommand in class AbstractCvsScmProvider

getUpdateCommand

protected Command getUpdateCommand()
Specified by:
getUpdateCommand in class AbstractCvsScmProvider

getMkdirCommand

protected Command getMkdirCommand()
Specified by:
getMkdirCommand in class AbstractCvsScmProvider


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