Uses of Class
org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
Packages that use DirCacheCheckout.CheckoutMetadata
-
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.dircache
Methods 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).