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 voidCheckoutCommand.checkoutPath(DirCacheEntry entry, ObjectReader reader, Checkout checkout, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata) private voidStashApplyCommand.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.CheckoutMetadataDirCacheCheckout.CheckoutMetadata.EMPTYFields in org.eclipse.jgit.dircache with type parameters of type DirCacheCheckout.CheckoutMetadataModifier and TypeFieldDescriptionprivate HashMap<String, DirCacheCheckout.CheckoutMetadata> DirCacheCheckout.updatedMethods 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 TypeMethodDescriptionvoidCheckout.checkout(DirCacheEntry entry, DirCacheCheckout.CheckoutMetadata metadata, ObjectReader reader, String gitPath) Checks out the file given by theDirCacheEntry.static voidDirCacheCheckout.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 voidDirCacheCheckout.getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, OutputStream os) Return filtered content for a specific object (blob).private static voidDirCacheCheckout.runBuiltinFilterCommand(Repository repo, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, OutputStream channel) private static voidDirCacheCheckout.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