Java org.eclipse.jgit.dircache DirCacheBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.dircache DirCacheBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.dircache DirCacheBuilder.

The text is from its open source code.

Method

voidadd(DirCacheEntry newEntry)
Append one entry into the resulting entry list.
voidaddTree(byte[] pathPrefix, int stage, ObjectReader reader, AnyObjectId tree)
Recursively add an entire tree into this builder.
voidfinish()
voidkeep(int pos, int cnt)
Add a range of existing entries from the destination cache.