Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DfsPackDescription.addFileExt(PackExt ext) |
Adds the pack file extension to the known list.
|
String |
DfsPackDescription.getFileName(PackExt ext) |
|
long |
DfsPackDescription.getFileSize(PackExt ext) |
|
boolean |
DfsPackDescription.hasFileExt(PackExt ext) |
|
protected abstract ReadableChannel |
DfsObjDatabase.openFile(DfsPackDescription desc,
PackExt ext) |
Open a pack, pack index, or other related file for reading.
|
DfsPackDescription |
DfsPackDescription.setFileSize(PackExt ext,
long bytes) |
|
protected abstract DfsOutputStream |
DfsObjDatabase.writeFile(DfsPackDescription desc,
PackExt ext) |
Open a pack, pack index, or other related file for writing.
|
Modifier and Type | Field | Description |
---|---|---|
static PackExt |
PackExt.BITMAP_INDEX |
A pack bitmap index file extension.
|
static PackExt |
PackExt.INDEX |
A pack index file extension.
|
static PackExt |
PackExt.PACK |
A pack file extension.
|
Modifier and Type | Method | Description |
---|---|---|
static PackExt |
PackExt.newPackExt(String ext) |
Returns a PackExt for the file extension and registers it in the values
array.
|
static PackExt[] |
PackExt.values() |
Copyright © 2018. All rights reserved.