Uses of Interface
org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Packages that use ObjectReuseAsIs Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of ObjectReuseAsIs in org.eclipse.jgit.internal.storage.dfs
Classes in org.eclipse.jgit.internal.storage.dfs that implement ObjectReuseAsIs Modifier and Type Class Description class
DfsReader
Reader to access repository content through. -
Uses of ObjectReuseAsIs in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement ObjectReuseAsIs Modifier and Type Class Description (package private) class
WindowCursor
Active handle to a ByteWindow. -
Uses of ObjectReuseAsIs in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectReuseAsIs Modifier and Type Field Description private ObjectReuseAsIs
PackWriter. reuseSupport
PackWriter.reader
recast to the reuse interface, if it supports it.
-