Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Class and Description |
---|---|
static class |
FileTreeIterator.FileEntry
Wrapper for a standard Java IO file
|
Modifier and Type | Field and Description |
---|---|
protected static WorkingTreeIterator.Entry[] |
WorkingTreeIterator.EOF
An empty entry array, suitable for
WorkingTreeIterator.init(Entry[]) . |
Modifier and Type | Method and Description |
---|---|
protected WorkingTreeIterator.Entry |
WorkingTreeIterator.current()
Obtain the current entry from this iterator.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
WorkingTreeIterator.idSubmodule(File directory,
WorkingTreeIterator.Entry e)
Get submodule id using the repository at the location of the entry
relative to the directory.
|
protected byte[] |
WorkingTreeIterator.idSubmodule(WorkingTreeIterator.Entry e)
Get submodule id for given entry.
|
protected byte[] |
FileTreeIterator.idSubmodule(WorkingTreeIterator.Entry e) |
protected void |
WorkingTreeIterator.init(WorkingTreeIterator.Entry[] list)
Constructor helper.
|
Copyright © 2016 Eclipse JGit Project. All rights reserved.