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) Deprecated.static voidDirCacheCheckout.checkoutEntry(Repository repo, DirCacheEntry entry, ObjectReader or, boolean deleteRecursive, DirCacheCheckout.CheckoutMetadata checkoutMetadata, WorkingTreeOptions options) Deprecated.since 6.6.1; useCheckoutinsteadstatic voidDirCacheCheckout.getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, DirCacheCheckout.StreamSupplier inputStream, WorkingTreeOptions opt, OutputStream os) Return filtered content for blob contents.static voidDirCacheCheckout.getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, OutputStream os) Return filtered content for a specific object (blob).
DirCacheCheckout.checkoutEntry(Repository, DirCacheEntry, ObjectReader, boolean, CheckoutMetadata, WorkingTreeOptions)instead