Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Packages that use DfsInserter Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsInserter in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsInserter Modifier and Type Field Description private DfsInserter
DfsPackParser. objins
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsInserter Constructor Description DfsPackParser(DfsObjDatabase db, DfsInserter ins, java.io.InputStream in)
Initialize a new pack parser.
-