Uses of Class
org.eclipse.jgit.api.errors.PatchApplyException
Packages that use PatchApplyException
-
Uses of PatchApplyException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw PatchApplyExceptionModifier and TypeMethodDescriptionprivate void
ApplyCommand.apply
(Repository repository, String path, DirCache cache, File f, FileHeader fh) private void
ApplyCommand.applyBinary
(Repository repository, String path, File f, FileHeader fh, ApplyCommand.StreamSupplier loader, ObjectId id, DirCacheCheckout.CheckoutMetadata checkOut) private void
ApplyCommand.applyText
(Repository repository, String path, RawText rt, File f, FileHeader fh, DirCacheCheckout.CheckoutMetadata checkOut) ApplyCommand.call()
private void
private File