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

Packages that use Git
org.eclipse.jgit.api   
 

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(java.io.File dir)
           
static Git Git.open(java.io.File dir, FS fs)
           
static Git Git.wrap(Repository repo)
           
 



Copyright © 2011. All Rights Reserved.