Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader
Packages that use DfsReader
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReaderModifier and TypeMethodDescriptionDfsObjDatabase.newReader()Create a newObjectReaderto read existing objects.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderModifier and TypeMethodDescriptionDfsPackFile.getPackIndex(DfsReader ctx) Get the PackIndex for this PackFile.booleanDfsPackFile.hasObject(DfsReader ctx, AnyObjectId id) Check if an object is stored within this pack.Open reader on the reftable.static DfsReftableStackDfsReftableStack.open(DfsReader ctx, List<DfsReftable> files) Opens a stack of tables for reading.