org.apache.maven.scm.provider.git.gitexe
Class GitExeScmProvider

java.lang.Object
  extended by org.apache.maven.scm.provider.AbstractScmProvider
      extended by org.apache.maven.scm.provider.git.AbstractGitScmProvider
          extended by org.apache.maven.scm.provider.git.gitexe.GitExeScmProvider
All Implemented Interfaces:
ScmProvider

public class GitExeScmProvider
extends AbstractGitScmProvider

Version:
$Id: GitExeScmProvider.java 755014 2009-03-16 21:50:28Z olamy $
Author:
Emmanuel Venisse

Field Summary
 
Fields inherited from interface org.apache.maven.scm.provider.ScmProvider
ROLE
 
Constructor Summary
GitExeScmProvider()
           
 
Method Summary
protected  GitCommand getAddCommand()
          
protected  GitCommand getBranchCommand()
          
protected  GitCommand getChangeLogCommand()
          
protected  GitCommand getCheckInCommand()
          
protected  GitCommand getCheckOutCommand()
          
protected  GitCommand getDiffCommand()
          
protected  GitCommand getExportCommand()
          
 GitCommand getInfoCommand()
          
protected  GitCommand getListCommand()
          
protected  GitCommand getRemoveCommand()
          
protected  java.lang.String getRepositoryURL(java.io.File path)
          
protected  GitCommand getStatusCommand()
          
protected  GitCommand getTagCommand()
          
protected  GitCommand getUpdateCommand()
          
 
Methods inherited from class org.apache.maven.scm.provider.git.AbstractGitScmProvider
add, branch, changelog, checkin, checkout, diff, executeCommand, export, getScmSpecificFilename, getScmType, info, list, makeProviderScmRepository, makeProviderScmRepository, remove, status, tag, update, validateScmUrl
 
Methods inherited from class org.apache.maven.scm.provider.AbstractScmProvider
add, add, addListener, 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, list, list, login, remove, requiresEditMode, sanitizeTagName, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, update, validateTagName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitExeScmProvider

public GitExeScmProvider()
Method Detail

getAddCommand

protected GitCommand getAddCommand()

Specified by:
getAddCommand in class AbstractGitScmProvider

getBranchCommand

protected GitCommand getBranchCommand()

Specified by:
getBranchCommand in class AbstractGitScmProvider

getChangeLogCommand

protected GitCommand getChangeLogCommand()

Specified by:
getChangeLogCommand in class AbstractGitScmProvider

getCheckInCommand

protected GitCommand getCheckInCommand()

Specified by:
getCheckInCommand in class AbstractGitScmProvider

getCheckOutCommand

protected GitCommand getCheckOutCommand()

Specified by:
getCheckOutCommand in class AbstractGitScmProvider

getDiffCommand

protected GitCommand getDiffCommand()

Specified by:
getDiffCommand in class AbstractGitScmProvider

getExportCommand

protected GitCommand getExportCommand()

Specified by:
getExportCommand in class AbstractGitScmProvider

getRemoveCommand

protected GitCommand getRemoveCommand()

Specified by:
getRemoveCommand in class AbstractGitScmProvider

getStatusCommand

protected GitCommand getStatusCommand()

Specified by:
getStatusCommand in class AbstractGitScmProvider

getTagCommand

protected GitCommand getTagCommand()

Specified by:
getTagCommand in class AbstractGitScmProvider

getUpdateCommand

protected GitCommand getUpdateCommand()

Specified by:
getUpdateCommand in class AbstractGitScmProvider

getListCommand

protected GitCommand getListCommand()

Specified by:
getListCommand in class AbstractGitScmProvider

getInfoCommand

public GitCommand getInfoCommand()

Specified by:
getInfoCommand in class AbstractGitScmProvider

getRepositoryURL

protected java.lang.String getRepositoryURL(java.io.File path)
                                     throws ScmException

Specified by:
getRepositoryURL in class AbstractGitScmProvider
Throws:
ScmException


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