Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ContentSource.ObjectReaderSource |
private static class |
ContentSource.WorkingTreeSource |
Modifier and Type | Field and Description |
---|---|
private ContentSource |
ContentSource.Pair.newSource |
private ContentSource |
ContentSource.Pair.oldSource |
Modifier and Type | Method and Description |
---|---|
static ContentSource |
ContentSource.create(ObjectReader reader)
Construct a content source for an ObjectReader.
|
static ContentSource |
ContentSource.create(WorkingTreeIterator iterator)
Construct a content source for a working directory.
|
private ContentSource |
DiffFormatter.source(AbstractTreeIterator iterator) |
Constructor and Description |
---|
Pair(ContentSource oldSource,
ContentSource newSource)
Construct a pair of sources.
|