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

Packages that use PackConfig
org.eclipse.jgit.storage.pack   
org.eclipse.jgit.transport   
 

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

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 Daemon.getPackConfig()
           
 PackConfig Transport.getPackConfig()
          Get the configuration used by the pack generator to make packs.
 

Methods in org.eclipse.jgit.transport with parameters of type PackConfig
 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.
 void Transport.setPackConfig(PackConfig pc)
          Set the configuration used by the pack generator.
 



Copyright © 2011. All Rights Reserved.