| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| org.eclipse.jgit.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.storage.file |
File based repository storage.
|
| org.eclipse.jgit.storage.pack |
Reading/writing Git pack files.
|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| org.eclipse.jgit.util |
Utility classes.
|
| Class and Description |
|---|
| ReflogEntry
Parsed reflog entry
|
| Class and Description |
|---|
| ReflogReader
Utility for reading reflog entries
|
| Class and Description |
|---|
| PackLock
Keeps track of a
PackFile's associated .keep file. |
| ReflogReader
Utility for reading reflog entries
|
| Class and Description |
|---|
| CheckoutEntry
Parsed information about a checkout.
|
| FileBasedConfig
The configuration file that is stored in the file of the file system.
|
| FileRepository
Represents a Git repository.
|
| FileSnapshot
Caches when a file was last read, making it possible to detect future edits.
|
| GC
A garbage collector for git
FileRepository. |
| GC.RepoStatistics
A class holding statistical data for a FileRepository regarding how many
objects are stored as loose or packed objects
|
| ObjectDirectory
Traditional file system based
ObjectDatabase. |
| PackFile
A Git version 2 pack file representation.
|
| PackIndex |
| PackIndex.MutableEntry
Represent mutable entry of pack index consisting of object id and offset
in pack (both mutable).
|
| PackIndexWriter
Creates a table of contents to support random access by
PackFile. |
| PackLock
Keeps track of a
PackFile's associated .keep file. |
| ReflogEntry
Parsed reflog entry
|
| ReflogReader
Utility for reading reflog entries
|
| ReflogWriter
Utility for writing reflog entries
|
| WindowCacheConfig
Configuration parameters for
WindowCache. |
| Class and Description |
|---|
| PackIndex |
| Class and Description |
|---|
| PackLock
Keeps track of a
PackFile's associated .keep file. |
| Class and Description |
|---|
| FileBasedConfig
The configuration file that is stored in the file of the file system.
|
Copyright © 2013. All Rights Reserved.