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.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. |
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. |
InvalidPathException
Thrown when JGit detects and refuses to use an invalid path
|
Class and Description |
---|
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 © 2014. All rights reserved.