org.apache.maven.scm.provider.git
Class GitCommandUtils

java.lang.Object
  extended by org.apache.maven.scm.provider.git.GitCommandUtils

public class GitCommandUtils
extends Object

Command utilities for git commands.

Version:
$Id: GitCommandUtils.java 690997 2008-09-01 15:29:28Z vsiveton $
Author:
Jerome Lacoste

Method Summary
static Commandline getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet)
           
static Commandline getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, String options)
           
static String getRevParseDateFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBaseCommand

public static Commandline getBaseCommand(String commandName,
                                         GitScmProviderRepository repo,
                                         ScmFileSet fileSet)

getBaseCommand

public static Commandline getBaseCommand(String commandName,
                                         GitScmProviderRepository repo,
                                         ScmFileSet fileSet,
                                         String options)

getRevParseDateFormat

public static String getRevParseDateFormat()


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