Uses of Class
org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
-
Packages that use DirCacheCheckout.CheckoutMetadata Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).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.api
Methods in org.eclipse.jgit.api with parameters of type DirCacheCheckout.CheckoutMetadata Modifier and Type Method Description private void
CheckoutCommand. checkoutPath(DirCacheEntry entry, ObjectReader reader, Checkout checkout, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata)
private void
StashApplyCommand. checkoutPath(DirCacheEntry entry, java.lang.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.CheckoutMetadata Modifier and Type Field Description (package private) static DirCacheCheckout.CheckoutMetadata
DirCacheCheckout.CheckoutMetadata. EMPTY
Fields in org.eclipse.jgit.dircache with type parameters of type DirCacheCheckout.CheckoutMetadata Modifier and Type Field Description private java.util.HashMap<java.lang.String,DirCacheCheckout.CheckoutMetadata>
DirCacheCheckout. updated
Methods in org.eclipse.jgit.dircache that return types with arguments of type DirCacheCheckout.CheckoutMetadata Modifier and Type Method Description java.util.Map<java.lang.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 void
Checkout. checkout(DirCacheEntry entry, DirCacheCheckout.CheckoutMetadata metadata, ObjectReader reader, java.lang.String gitPath)
Checks out the file given by theDirCacheEntry
.static 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, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, java.io.OutputStream os)
Return filtered content for a specific object (blob).private static void
DirCacheCheckout. runBuiltinFilterCommand(Repository repo, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, java.io.OutputStream channel)
private static void
DirCacheCheckout. runExternalFilterCommand(Repository repo, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, java.io.OutputStream channel)
-
Uses of DirCacheCheckout.CheckoutMetadata in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge with type parameters of type DirCacheCheckout.CheckoutMetadata Modifier and Type Field Description private java.util.Map<java.lang.String,DirCacheCheckout.CheckoutMetadata>
ResolveMerger. checkoutMetadata
-