Uses of Interface
org.eclipse.jgit.api.ApplyCommand.StreamSupplier
-
Packages that use ApplyCommand.StreamSupplier Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ApplyCommand.StreamSupplier in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as ApplyCommand.StreamSupplier Modifier and Type Field Description private ApplyCommand.StreamSupplierApplyCommand.StreamLoader. dataMethods in org.eclipse.jgit.api with parameters of type ApplyCommand.StreamSupplier Modifier and Type Method Description private voidApplyCommand. applyBinary(Repository repository, java.lang.String path, java.io.File f, FileHeader fh, ApplyCommand.StreamSupplier loader, ObjectId id, DirCacheCheckout.CheckoutMetadata checkOut)Constructors in org.eclipse.jgit.api with parameters of type ApplyCommand.StreamSupplier Constructor Description StreamLoader(ApplyCommand.StreamSupplier data, long length)
-