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 voidApplyCommand. apply(Repository repository, java.lang.String path, DirCache cache, java.io.File f, FileHeader fh)private voidApplyCommand. applyBinary(Repository repository, java.lang.String path, java.io.File f, FileHeader fh, ApplyCommand.StreamSupplier loader, ObjectId id, DirCacheCheckout.CheckoutMetadata checkOut)private voidApplyCommand. applyText(Repository repository, java.lang.String path, RawText rt, java.io.File f, FileHeader fh, DirCacheCheckout.CheckoutMetadata checkOut)ApplyResultApplyCommand. call()private voidApplyCommand. checkOid(ObjectId baseId, ObjectId id, DiffEntry.ChangeType type, java.io.File f, java.lang.String path)private java.io.FileApplyCommand. getFile(java.lang.String path, boolean create)
-