Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Class | Description |
---|---|---|
static class |
FileTreeIterator.FileEntry |
Wrapper for a standard Java IO file
|
Modifier and Type | Field | Description |
---|---|---|
protected static WorkingTreeIterator.Entry[] |
WorkingTreeIterator.EOF |
An empty entry array, suitable for
WorkingTreeIterator.init(Entry[]) . |
Modifier and Type | Method | Description |
---|---|---|
protected WorkingTreeIterator.Entry |
WorkingTreeIterator.current() |
Obtain the current entry from this iterator.
|
Modifier and Type | Method | Description |
---|---|---|
protected byte[] |
FileTreeIterator.idSubmodule(WorkingTreeIterator.Entry e) |
|
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 void |
WorkingTreeIterator.init(WorkingTreeIterator.Entry[] list) |
Constructor helper.
|
Copyright © 2018. All rights reserved.