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