Uses of Class
org.eclipse.jgit.api.Git

Packages that use Git
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of Git in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return Git
 Git InitCommand.call()
          Executes the Init command.
 Git CloneCommand.call()
          Executes the Clone command.
static Git Git.open(File dir)
           
static Git Git.open(File dir, FS fs)
           
static Git Git.wrap(Repository repo)
           
 



Copyright © 2013. All Rights Reserved.