Uses of Class
org.eclipse.jgit.storage.pack.PackConfig

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 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 UploadPack.setPackConfig(PackConfig pc)
          Set the configuration used by the pack generator.
 void BundleWriter.setPackConfig(PackConfig pc)
          Set the configuration used by the pack generator.
 



Copyright © 2012. All Rights Reserved.