Uses of Class
org.eclipse.jgit.diff.ContentSource
Packages that use ContentSource
-
Uses of ContentSource in org.eclipse.jgit.diff
Subclasses of ContentSource in org.eclipse.jgit.diffModifier and TypeClassDescriptionprivate static classprivate static classFields in org.eclipse.jgit.diff declared as ContentSourceModifier and TypeFieldDescriptionprivate final ContentSourceContentSource.Pair.newSourceprivate final ContentSourceContentSource.Pair.oldSourceMethods in org.eclipse.jgit.diff that return ContentSourceModifier and TypeMethodDescriptionstatic ContentSourceContentSource.create(ObjectReader reader) Construct a content source for an ObjectReader.static ContentSourceContentSource.create(WorkingTreeIterator iterator) Construct a content source for a working directory.private ContentSourceDiffFormatter.source(AbstractTreeIterator iterator) Constructors in org.eclipse.jgit.diff with parameters of type ContentSourceModifierConstructorDescriptionPair(ContentSource oldSource, ContentSource newSource) Construct a pair of sources.