Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Method and Description |
---|---|
EmptyTreeIterator |
DirCacheIterator.createEmptyTreeIterator()
Create a new iterator as though the current entry were a subtree.
|
Modifier and Type | Method and Description |
---|---|
EmptyTreeIterator |
AbstractTreeIterator.createEmptyTreeIterator()
Create a new iterator as though the current entry were a subtree.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.