Uses of Class
org.eclipse.jgit.util.RefList.Builder
Packages that use RefList.Builder
Package
Description
File based repository storage.
Utility classes.
-
Uses of RefList.Builder in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as RefList.BuilderModifier and TypeFieldDescription(package private) RefList.Builder
<RefDirectory.LooseRef> RefDirectory.LooseScanner.newLoose
(package private) final RefList.Builder
<Ref> RefDirectory.LooseScanner.symbolic
-
Uses of RefList.Builder in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return RefList.BuilderModifier and TypeMethodDescriptionfinal RefList.Builder
<T> RefList.copy
(int n) Obtain a builder initialized with the firstn
elements.Methods in org.eclipse.jgit.util with parameters of type RefList.BuilderModifier and TypeMethodDescriptionvoid
RefList.Builder.addAll
(RefList.Builder other) Add all items from another builder.