Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
Git |
InitCommand.call() |
Git |
CloneCommand.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
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.