Uses of Class
org.eclipse.jgit.api.errors.PatchApplyException
-
Packages that use PatchApplyException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of PatchApplyException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw PatchApplyException Modifier and Type Method Description private void
ApplyCommand. apply(Repository repository, java.lang.String path, DirCache cache, java.io.File f, FileHeader fh)
private void
ApplyCommand. applyBinary(Repository repository, java.lang.String path, java.io.File f, FileHeader fh, ApplyCommand.StreamSupplier loader, ObjectId id, DirCacheCheckout.CheckoutMetadata checkOut)
private void
ApplyCommand. applyText(Repository repository, java.lang.String path, RawText rt, java.io.File f, FileHeader fh, DirCacheCheckout.CheckoutMetadata checkOut)
ApplyResult
ApplyCommand. call()
private void
ApplyCommand. checkOid(ObjectId baseId, ObjectId id, DiffEntry.ChangeType type, java.io.File f, java.lang.String path)
private java.io.File
ApplyCommand. getFile(java.lang.String path, boolean create)
-