Package | Description |
---|---|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
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.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
class |
FsckPackParser
A read-only pack parser for object validity checking.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsPackParser
Parses a pack stream into the DFS, by creating a new pack and index.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDirectoryPackParser
Consumes a pack stream and stores as a pack file in
ObjectDirectory . |
Modifier and Type | Method and Description |
---|---|
PackParser |
PackInserter.newPackParser(InputStream in)
Initialize a parser to read from a pack formatted stream.
|
Modifier and Type | Method and Description |
---|---|
abstract PackParser |
ObjectInserter.newPackParser(InputStream in)
Initialize a parser to read from a pack formatted stream.
|
PackParser |
ObjectInserter.Formatter.newPackParser(InputStream in) |
PackParser |
ObjectInserter.Filter.newPackParser(InputStream in) |
Copyright © 2018 Eclipse JGit Project. All rights reserved.