Uses of Class
org.eclipse.jgit.dircache.Checkout
-
Packages that use Checkout Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.merge Content and commit history merge algorithms. -
-
Uses of Checkout in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type Checkout Modifier and Type Method Description private void
CheckoutCommand. checkoutPath(DirCacheEntry entry, ObjectReader reader, Checkout checkout, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata)
private void
StashApplyCommand. checkoutPath(DirCacheEntry entry, java.lang.String gitPath, ObjectReader reader, Checkout checkout, DirCacheCheckout.CheckoutMetadata checkoutMetadata)
private void
CheckoutCommand. checkoutPathsFromCommit(TreeWalk treeWalk, DirCache dc, RevCommit commit, Checkout checkout)
private void
CheckoutCommand. checkoutPathsFromIndex(TreeWalk treeWalk, DirCache dc, Checkout checkout)
-
Uses of Checkout in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as Checkout Modifier and Type Field Description private Checkout
DirCacheCheckout. checkout
Methods in org.eclipse.jgit.dircache that return Checkout Modifier and Type Method Description Checkout
Checkout. setRecursiveDeletion(boolean recursive)
Defines whether directories that are in the way of the file to be checked out shall be deleted recursively. -
Uses of Checkout in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as Checkout Modifier and Type Field Description private Checkout
ResolveMerger. checkout
-