Uses of Class
org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
-
Packages that use DirCacheCheckout.CheckoutMetadata Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.merge Content and commit history merge algorithms. -
-
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that return types with arguments of type DirCacheCheckout.CheckoutMetadata Modifier and Type Method Description Map<String,DirCacheCheckout.CheckoutMetadata>DirCacheCheckout. getUpdated()Get list of updated paths and smudgeFilterCommandsMethods in org.eclipse.jgit.dircache with parameters of type DirCacheCheckout.CheckoutMetadata Modifier and Type Method Description 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). -
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.merge
Method parameters in org.eclipse.jgit.merge with type arguments of type DirCacheCheckout.CheckoutMetadata Modifier and Type Method Description protected voidResolveMerger. addCheckoutMetadata(Map<String,DirCacheCheckout.CheckoutMetadata> map, String path, Attributes attributes)Remembers theDirCacheCheckout.CheckoutMetadatafor the given path; it may be needed inResolveMerger.checkout()or inResolveMerger.cleanUp().
-