Uses of Interface
org.eclipse.jgit.dircache.DirCacheCheckout.StreamSupplier
Packages that use DirCacheCheckout.StreamSupplier
Package
Description
Reading and editing the directory cache (index).
Content and commit history merge algorithms.
-
Uses of DirCacheCheckout.StreamSupplier in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type DirCacheCheckout.StreamSupplierModifier and TypeMethodDescriptionstatic void
DirCacheCheckout.getContent
(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, DirCacheCheckout.StreamSupplier inputStream, WorkingTreeOptions opt, OutputStream os) Return filtered content for blob contents. -
Uses of DirCacheCheckout.StreamSupplier in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge with parameters of type DirCacheCheckout.StreamSupplierModifier and TypeMethodDescriptionvoid
ResolveMerger.WorkTreeUpdater.updateFileWithContent
(DirCacheCheckout.StreamSupplier inputStream, CoreConfig.EolStreamType streamType, String smudgeCommand, String path, File file) Updates the file in the checkout with the given content.