Package | Description |
---|---|
org.eclipse.jgit.diff | |
org.eclipse.jgit.revwalk | |
org.eclipse.jgit.treewalk | |
org.eclipse.jgit.treewalk.filter |
Modifier and Type | Method and Description |
---|---|
static java.util.List<DiffEntry> |
DiffEntry.scan(TreeWalk walk)
Convert the TreeWalk into DiffEntry headers.
|
static java.util.List<DiffEntry> |
DiffEntry.scan(TreeWalk walk,
boolean includeTrees)
Convert the TreeWalk into DiffEntry headers, depending on
includeTrees it will add tree objects into result or not. |
Modifier and Type | Method and Description |
---|---|
boolean |
FollowFilter.include(TreeWalk walker) |
Modifier and Type | Class and Description |
---|---|
class |
NameConflictTreeWalk
Specialized TreeWalk to detect directory-file (D/F) name conflicts.
|
Modifier and Type | Method and Description |
---|---|
static TreeWalk |
TreeWalk.forPath(ObjectReader reader,
java.lang.String path,
AnyObjectId... trees)
Open a tree walk and filter to exactly one path.
|
static TreeWalk |
TreeWalk.forPath(Repository db,
java.lang.String path,
AnyObjectId... trees)
Open a tree walk and filter to exactly one path.
|
static TreeWalk |
TreeWalk.forPath(Repository db,
java.lang.String path,
RevTree tree)
Open a tree walk and filter to exactly one path.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkingTreeIterator.setDirCacheIterator(TreeWalk walk,
int treeId)
Define the matching
DirCacheIterator , to optimize ObjectIds. |
Modifier and Type | Method and Description |
---|---|
boolean |
NotIgnoredFilter.include(TreeWalk tw) |
boolean |
NotTreeFilter.include(TreeWalk walker) |
abstract boolean |
TreeFilter.include(TreeWalk walker)
Determine if the current entry is interesting to report.
|
boolean |
SkipWorkTreeFilter.include(TreeWalk walker) |
boolean |
PathSuffixFilter.include(TreeWalk walker) |
boolean |
IndexDiffFilter.include(TreeWalk tw) |
boolean |
PathFilter.include(TreeWalk walker) |
boolean |
PathFilter.isDone(TreeWalk walker) |
Copyright © 2012. All Rights Reserved.