Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
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.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.submodule |
Git submodule support.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.treewalk.filter |
Filters for use in tree walking.
|
org.eclipse.jgit.util |
Utility classes.
|
org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
Class and Description |
---|
AbstractTreeIterator
Walks a Git tree (directory) in Git sort order.
|
WorkingTreeIterator
Walks a working directory tree as part of a
TreeWalk . |
Class and Description |
---|
TreeWalk
Walks one or more
AbstractTreeIterator s in
parallel. |
Class and Description |
---|
AbstractTreeIterator
Walks a Git tree (directory) in Git sort order.
|
TreeWalk
Walks one or more
AbstractTreeIterator s in
parallel. |
WorkingTreeIterator
Walks a working directory tree as part of a
TreeWalk . |
Class and Description |
---|
AbstractTreeIterator
Walks a Git tree (directory) in Git sort order.
|
EmptyTreeIterator
Iterator over an empty tree (a directory with no files).
|
WorkingTreeIterator
Walks a working directory tree as part of a
TreeWalk . |
WorkingTreeOptions
Options used by the
WorkingTreeIterator . |
Class and Description |
---|
WorkingTreeIterator
Walks a working directory tree as part of a
TreeWalk . |
Class and Description |
---|
AbstractTreeIterator
Walks a Git tree (directory) in Git sort order.
|
CanonicalTreeParser
Parses raw Git trees from the canonical semi-text/semi-binary format.
|
NameConflictTreeWalk
Specialized TreeWalk to detect directory-file (D/F) name conflicts.
|
TreeWalk
Walks one or more
AbstractTreeIterator s in
parallel. |
WorkingTreeIterator
Walks a working directory tree as part of a
TreeWalk . |
WorkingTreeOptions
Options used by the
WorkingTreeIterator . |
Class and Description |
---|
TreeWalk
Walks one or more
AbstractTreeIterator s in
parallel. |
Class and Description |
---|
AbstractTreeIterator
Walks a Git tree (directory) in Git sort order.
|
Class and Description |
---|
AbstractTreeIterator
Walks a Git tree (directory) in Git sort order.
|
CanonicalTreeParser
Parses raw Git trees from the canonical semi-text/semi-binary format.
|
EmptyTreeIterator
Iterator over an empty tree (a directory with no files).
|
FileTreeIterator
Working directory iterator for standard Java IO.
|
FileTreeIterator.DefaultFileModeStrategy
A default implementation of a FileModeStrategy; defaults to treating
nested .git directories as gitlinks, etc.
|
FileTreeIterator.FileModeStrategy
An interface representing the methods used to determine the FileMode for
a FileEntry.
|
FileTreeIterator.NoGitlinksStrategy
A FileModeStrategy that implements native git's DIR_NO_GITLINKS
behavior.
|
TreeWalk
Walks one or more
AbstractTreeIterator s in
parallel. |
TreeWalk.OperationType |
WorkingTreeIterator
Walks a working directory tree as part of a
TreeWalk . |
WorkingTreeIterator.Entry
A single entry within a working directory tree.
|
WorkingTreeIterator.MetadataDiff
The result of a metadata-comparison between the current entry and a
DirCacheEntry |
WorkingTreeOptions
Options used by the
WorkingTreeIterator . |
Class and Description |
---|
TreeWalk
Walks one or more
AbstractTreeIterator s in
parallel. |
Class and Description |
---|
FileTreeIterator.FileModeStrategy
An interface representing the methods used to determine the FileMode for
a FileEntry.
|
WorkingTreeIterator.Entry
A single entry within a working directory tree.
|
Class and Description |
---|
TreeWalk.OperationType |
WorkingTreeOptions
Options used by the
WorkingTreeIterator . |
Copyright © 2021 Eclipse JGit Project. All rights reserved.