Uses of Interface
org.eclipse.jgit.dircache.DirCacheCheckout.StreamSupplier
-
Packages that use DirCacheCheckout.StreamSupplier Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index). -
-
Uses of DirCacheCheckout.StreamSupplier in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type DirCacheCheckout.StreamSupplier Modifier and Type Method Description static void
DirCacheCheckout. getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, DirCacheCheckout.StreamSupplier inputStream, WorkingTreeOptions opt, OutputStream os)
Return filtered content for blob contents.
-