Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.junit |
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
Git |
TestRepository.git()
Return Git API wrapper
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.