Uses of Class
org.eclipse.jgit.util.RefList
Packages that use RefList
Package
Description
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Utility classes.
-
Uses of RefList in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as RefListMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type RefListConstructors in org.eclipse.jgit.internal.storage.dfs with parameters of type RefList -
Uses of RefList in org.eclipse.jgit.internal.storage.file
Subclasses of RefList in org.eclipse.jgit.internal.storage.fileFields in org.eclipse.jgit.internal.storage.file declared as RefListModifier and TypeFieldDescriptionprivate final RefList<RefDirectory.LooseRef>
RefDirectory.LooseScanner.curLoose
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type RefListModifier and TypeFieldDescriptionprivate final AtomicReference<RefList<RefDirectory.LooseRef>>
RefDirectory.looseRefs
Immutable sorted list of loose references.Methods in org.eclipse.jgit.internal.storage.file that return RefListModifier and TypeMethodDescriptionPackedBatchRefUpdate.applyUpdates
(RevWalk walk, RefList<Ref> refs, List<ReceiveCommand> commands) RefDirectory.parsePackedRefs
(BufferedReader br) Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefListModifier and TypeMethodDescriptionPackedBatchRefUpdate.applyUpdates
(RevWalk walk, RefList<Ref> refs, List<ReceiveCommand> commands) (package private) RefDirectory.PackedRefList
RefDirectory.commitPackedRefs
(LockFile lck, RefList<Ref> refs, RefDirectory.PackedRefList oldPackedList, boolean changed) private Ref
RefDirectory.readAndResolve
(String name, RefList<Ref> packed) private Ref
private Ref
RefDirectory.resolve
(Ref ref, int depth, String prefix, RefList<RefDirectory.LooseRef> loose, RefList<Ref> packed) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type RefListModifierConstructorDescription(package private)
LooseScanner
(RefList<RefDirectory.LooseRef> curLoose) private
PackedRefList
(RefList<Ref> src, FileSnapshot s, ObjectId i) -
Uses of RefList in org.eclipse.jgit.lib
Constructors in org.eclipse.jgit.lib with parameters of type RefList -
Uses of RefList in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that return RefList -
Uses of RefList in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as RefListModifier and TypeFieldDescriptionRefList.EMPTY
RefMap.loose
Immutable collection of the loose references at construction time.RefMap.packed
Immutable collection of the packed references at construction time.RefMap.resolved
Immutable collection of resolved symbolic references.Methods in org.eclipse.jgit.util that return RefListModifier and TypeMethodDescriptionAdd an item at a specific index.RefList.emptyList()
Create an empty unmodifiable reference list.Store a reference, adding or replacing as necessary.RefList.remove
(int idx) Remove an item at a specific index.Obtain a new copy of the list after changing one element.RefList.Builder.toRefList()
Methods in org.eclipse.jgit.util that return types with arguments of type RefListConstructors in org.eclipse.jgit.util with parameters of type RefList