Uses of Class
org.eclipse.jgit.storage.pack.PackConfig
Packages that use PackConfig
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of PackConfig in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackConfigModifier and TypeMethodDescriptionDfsGarbageCollector.getPackConfig()
Get configuration used to generate the new pack file.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackConfigModifier and TypeMethodDescriptionDfsGarbageCollector.setPackConfig
(PackConfig newConfig) Set the new configuration to use when creating the pack file. -
Uses of PackConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackConfigModifier and TypeMethodDescriptionvoid
GC.setPackConfig
(PackConfig pconfig) Set the PackConfig used when (re-)writing packfiles. -
Uses of PackConfig in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackConfigConstructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackConfigModifierConstructorDescriptionPackWriter
(PackConfig config, ObjectReader reader) Create writer with a specified configuration.PackWriter
(PackConfig config, ObjectReader reader, PackStatistics.Accumulator statsAccumulator) Create writer with a specified configuration. -
Uses of PackConfig in org.eclipse.jgit.storage.pack
Constructors in org.eclipse.jgit.storage.pack with parameters of type PackConfigModifierConstructorDescriptionPackConfig
(PackConfig cfg) Copy an existing configuration to a new instance. -
Uses of PackConfig in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PackConfigModifier and TypeMethodDescriptionDaemon.getPackConfig()
Get configuration controlling packing, may be null.Transport.getPackConfig()
Get the configuration used by the pack generator to make packs.Methods in org.eclipse.jgit.transport with parameters of type PackConfigModifier and TypeMethodDescriptionvoid
BundleWriter.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
Transport.setPackConfig
(PackConfig pc) Set the configuration used by the pack generator.void
UploadPack.setPackConfig
(PackConfig pc) Set the configuration used by the pack generator.