|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackConfig | |
|---|---|
| org.eclipse.jgit.storage.dfs | |
| org.eclipse.jgit.storage.pack | |
| org.eclipse.jgit.transport | |
| Uses of PackConfig in org.eclipse.jgit.storage.dfs |
|---|
| Methods in org.eclipse.jgit.storage.dfs that return PackConfig | |
|---|---|
PackConfig |
DfsGarbageCollector.getPackConfig()
|
| Methods in org.eclipse.jgit.storage.dfs with parameters of type PackConfig | |
|---|---|
DfsGarbageCollector |
DfsGarbageCollector.setPackConfig(PackConfig newConfig)
|
| Uses of PackConfig in org.eclipse.jgit.storage.pack |
|---|
| Methods in org.eclipse.jgit.storage.pack that return PackConfig | |
|---|---|
PackConfig |
PackWriter.State.getConfig()
|
| Constructors in org.eclipse.jgit.storage.pack with parameters of type PackConfig | |
|---|---|
PackConfig(PackConfig cfg)
Copy an existing configuration to a new instance. |
|
PackWriter(PackConfig config,
ObjectReader reader)
Create writer with a specified configuration. |
|
| Uses of PackConfig in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return PackConfig | |
|---|---|
PackConfig |
Transport.getPackConfig()
Get the configuration used by the pack generator to make packs. |
PackConfig |
Daemon.getPackConfig()
|
| Methods in org.eclipse.jgit.transport with parameters of type PackConfig | |
|---|---|
void |
UploadPack.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator. |
void |
Transport.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator. |
void |
Daemon.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator. |
void |
BundleWriter.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||