Uses of Class
org.eclipse.jgit.errors.CheckoutConflictException
Packages that use CheckoutConflictException
Package
Description
High-level API commands (the porcelain of JGit).
Exceptions thrown by API commands.
Reading and editing the directory cache (index).
-
Uses of CheckoutConflictException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw CheckoutConflictException -
Uses of CheckoutConflictException in org.eclipse.jgit.api.errors
Constructors in org.eclipse.jgit.api.errors with parameters of type CheckoutConflictExceptionModifierConstructorDescriptionCheckoutConflictException
(List<String> conflictingPaths, CheckoutConflictException e) Translate internal exception to API exception -
Uses of CheckoutConflictException in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that throw CheckoutConflictExceptionModifier and TypeMethodDescriptionprivate void
DirCacheCheckout.cleanUpConflicts()
This method implements how to handle conflicts whenDirCacheCheckout.failOnConflict
is falseprivate boolean
DirCacheCheckout.doCheckout()