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
ApplyCommand.applyBinary
(Repository repository, String path, File f, FileHeader fh, ApplyCommand.StreamSupplier loader, ObjectId id, DirCacheCheckout.CheckoutMetadata checkOut) private void
ApplyCommand.applyText
(Repository repository, String path, RawText rt, File f, FileHeader fh, DirCacheCheckout.CheckoutMetadata checkOut) private void
CheckoutCommand.checkoutPath
(DirCacheEntry entry, ObjectReader reader, DirCacheCheckout.CheckoutMetadata checkoutMetadata) private void
StashApplyCommand.checkoutPath
(DirCacheEntry entry, ObjectReader reader, 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 TypeMethodDescriptionstatic 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
private Map<String,
DirCacheCheckout.CheckoutMetadata> ResolveMerger.cleanupMetadata
Method parameters in org.eclipse.jgit.merge with type arguments of type DirCacheCheckout.CheckoutMetadataModifier and TypeMethodDescriptionprotected void
ResolveMerger.addCheckoutMetadata
(Map<String, DirCacheCheckout.CheckoutMetadata> map, String path, Attributes attributes) Remembers theDirCacheCheckout.CheckoutMetadata
for the given path; it may be needed inResolveMerger.checkout()
or inResolveMerger.cleanUp()
.