JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.eclipse.jgit.api.Git
Packages that use
Git
Package
Description
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
Modifier and Type
Method
Description
Git
CloneCommand.
call
()
Git
InitCommand.
call
()
static
Git
Git.
open
(
File
dir)
Open repository
static
Git
Git.
open
(
File
dir,
FS
fs)
Open repository
static
Git
Git.
wrap
(
Repository
repo)
Wrap repository