Uses of Class
org.eclipse.jgit.util.RefList.Builder
-
Packages that use RefList.Builder Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.reftree org.eclipse.jgit.util Utility classes. -
-
Uses of RefList.Builder in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as RefList.Builder Modifier and Type Field Description (package private) RefList.Builder<RefDirectory.LooseRef>RefDirectory.LooseScanner. newLoose(package private) RefList.Builder<Ref>RefDirectory.LooseScanner. symbolic -
Uses of RefList.Builder in org.eclipse.jgit.internal.storage.reftree
Methods in org.eclipse.jgit.internal.storage.reftree with parameters of type RefList.Builder Modifier and Type Method Description private static voidScanner. peel(RefList.Builder<Ref> all, CanonicalTreeParser p)private static voidScanner. scan(ObjectReader reader, AnyObjectId srcId, java.lang.String prefix, boolean recursive, RefList.Builder<Ref> all, RefList.Builder<Ref> sym) -
Uses of RefList.Builder in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return RefList.Builder Modifier and Type Method Description RefList.Builder<T>RefList. copy(int n)Obtain a builder initialized with the firstnelements.Methods in org.eclipse.jgit.util with parameters of type RefList.Builder Modifier and Type Method Description voidRefList.Builder. addAll(RefList.Builder other)Add all items from another builder.
-