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.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DfsPackParser |
Parses a pack stream into the DFS, by creating a new pack and index.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectDirectoryPackParser |
Consumes a pack stream and stores as a pack file in
ObjectDirectory . |
Modifier and Type | Method | Description |
---|---|---|
PackParser |
ObjectInserter.Filter.newPackParser(InputStream in) |
|
PackParser |
ObjectInserter.Formatter.newPackParser(InputStream in) |
|
abstract PackParser |
ObjectInserter.newPackParser(InputStream in) |
Initialize a parser to read from a pack formatted stream.
|
Copyright © 2018. All rights reserved.