Uses of Class
org.eclipse.jgit.errors.CheckoutConflictException
-
Packages that use CheckoutConflictException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.api.errors Exceptions thrown by API commands.org.eclipse.jgit.dircache Reading and editing the directory cache (index). -
-
Uses of CheckoutConflictException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw CheckoutConflictException Modifier and Type Method Description private voidStashApplyCommand. resetUntracked(RevTree tree) -
Uses of CheckoutConflictException in org.eclipse.jgit.api.errors
Constructors in org.eclipse.jgit.api.errors with parameters of type CheckoutConflictException Constructor Description CheckoutConflictException(java.util.List<java.lang.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 CheckoutConflictException Modifier and Type Method Description private voidDirCacheCheckout. cleanUpConflicts()This method implements how to handle conflicts whenDirCacheCheckout.failOnConflictis falseprivate booleanDirCacheCheckout. doCheckout()
-