Uses of Class
org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
Packages that use DirCacheCheckout.CheckoutMetadata
Package
Description
High-level API commands (the porcelain of JGit).
Reading and editing the directory cache (index).
Content and commit history merge algorithms.
-
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type DirCacheCheckout.CheckoutMetadataModifier and TypeMethodDescriptionprivate void
CheckoutCommand.checkoutPath
(DirCacheEntry entry, ObjectReader reader, Checkout checkout, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata) private void
StashApplyCommand.checkoutPath
(DirCacheEntry entry, String gitPath, ObjectReader reader, Checkout checkout, DirCacheCheckout.CheckoutMetadata checkoutMetadata) -
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as DirCacheCheckout.CheckoutMetadataModifier and TypeFieldDescription(package private) static DirCacheCheckout.CheckoutMetadata
DirCacheCheckout.CheckoutMetadata.EMPTY
Fields in org.eclipse.jgit.dircache with type parameters of type DirCacheCheckout.CheckoutMetadataMethods in org.eclipse.jgit.dircache that return types with arguments of type DirCacheCheckout.CheckoutMetadataModifier and TypeMethodDescriptionDirCacheCheckout.getUpdated()
Get list of updated paths and smudgeFilterCommandsMethods in org.eclipse.jgit.dircache with parameters of type DirCacheCheckout.CheckoutMetadataModifier and TypeMethodDescriptionvoid
Checkout.checkout
(DirCacheEntry entry, DirCacheCheckout.CheckoutMetadata metadata, ObjectReader reader, String gitPath) Checks out the file given by theDirCacheEntry
.static void
DirCacheCheckout.checkoutEntry
(Repository repo, DirCacheEntry entry, ObjectReader or, boolean deleteRecursive, DirCacheCheckout.CheckoutMetadata checkoutMetadata) Updates the file in the working tree with content and mode from an entry in the index.static void
DirCacheCheckout.getContent
(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, OutputStream os) Return filtered content for a specific object (blob).private static void
DirCacheCheckout.runBuiltinFilterCommand
(Repository repo, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, OutputStream channel) private static void
DirCacheCheckout.runExternalFilterCommand
(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, OutputStream channel) -
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge with type parameters of type DirCacheCheckout.CheckoutMetadataModifier and TypeFieldDescriptionprivate Map
<String, DirCacheCheckout.CheckoutMetadata> ResolveMerger.checkoutMetadata