Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Method | 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.
|
Constructor | Description |
---|---|
Pair(ContentSource oldSource,
ContentSource newSource) |
Construct a pair of sources.
|
Copyright © 2018. All rights reserved.