Uses of Class
org.eclipse.jgit.diff.ContentSource
-
Packages that use ContentSource Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs. -
-
Uses of ContentSource in org.eclipse.jgit.diff
Subclasses of ContentSource in org.eclipse.jgit.diff Modifier and Type Class Description private static class
ContentSource.ObjectReaderSource
private static class
ContentSource.WorkingTreeSource
Fields in org.eclipse.jgit.diff declared as ContentSource Modifier and Type Field Description private ContentSource
ContentSource.Pair. newSource
private ContentSource
ContentSource.Pair. oldSource
Methods in org.eclipse.jgit.diff that return ContentSource 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.private ContentSource
DiffFormatter. source(AbstractTreeIterator iterator)
Constructors in org.eclipse.jgit.diff with parameters of type ContentSource Constructor Description Pair(ContentSource oldSource, ContentSource newSource)
Construct a pair of sources.
-