Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.junit | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Class and Description |
---|
DirCache
Support for the Git dircache (aka index file).
|
Class and Description |
---|
DirCache
Support for the Git dircache (aka index file).
|
DirCacheBuilder
Updates a
DirCache by adding individual
DirCacheEntry s. |
DirCacheCheckout.CheckoutMetadata
Metadata used in checkout process
|
DirCacheEditor
Updates a
DirCache by supplying discrete
edit commands. |
DirCacheEditor.PathEdit
Any index record update.
|
DirCacheEntry
A single file (or stage of a file) in a
DirCache . |
DirCacheIterator
Iterate a
DirCache as part of a
TreeWalk . |
DirCacheTree
Single tree record from the 'TREE'
DirCache
extension. |
Class and Description |
---|
DirCacheEntry
A single file (or stage of a file) in a
DirCache . |
Class and Description |
---|
DirCacheEditor.PathEdit
Any index record update.
|
DirCacheEntry
A single file (or stage of a file) in a
DirCache . |
Class and Description |
---|
DirCache
Support for the Git dircache (aka index file).
|
Class and Description |
---|
DirCache
Support for the Git dircache (aka index file).
|
DirCacheBuilder
Updates a
DirCache by adding individual
DirCacheEntry s. |
DirCacheBuildIterator
Iterate and update a
DirCache as part of a
TreeWalk . |
DirCacheEntry
A single file (or stage of a file) in a
DirCache . |
Class and Description |
---|
DirCacheEntry
A single file (or stage of a file) in a
DirCache . |
DirCacheIterator
Iterate a
DirCache as part of a
TreeWalk . |
Copyright © 2017 Eclipse JGit Project. All rights reserved.