Uses of Class
org.eclipse.jgit.diff.ContentSource

Packages that use ContentSource
org.eclipse.jgit.diff   
 

Uses of ContentSource in org.eclipse.jgit.diff
 

Methods in org.eclipse.jgit.diff that return ContentSource
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.
 

Constructors in org.eclipse.jgit.diff with parameters of type ContentSource
ContentSource.Pair(ContentSource oldSource, ContentSource newSource)
          Construct a pair of sources.
 



Copyright © 2012. All Rights Reserved.