Uses of Package
org.eclipse.jgit.storage.pack

Packages that use org.eclipse.jgit.storage.pack
org.eclipse.jgit.errors   
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.pack   
org.eclipse.jgit.transport   
 

Classes in org.eclipse.jgit.storage.pack used by org.eclipse.jgit.errors
ObjectToPack
          Per-object state used by PackWriter.
 

Classes in org.eclipse.jgit.storage.pack used by org.eclipse.jgit.storage.dfs
CachedPack
          Describes a pack file ObjectReuseAsIs can append onto a stream.
ObjectToPack
          Per-object state used by PackWriter.
PackConfig
          Configuration used by a PackWriter when constructing the stream.
PackWriter.Statistics
          Summary of how PackWriter created the pack.
StoredObjectRepresentation
          An object representation PackWriter can consider for packing.
 

Classes in org.eclipse.jgit.storage.pack used by org.eclipse.jgit.storage.pack
CachedPack
          Describes a pack file ObjectReuseAsIs can append onto a stream.
ObjectToPack
          Per-object state used by PackWriter.
PackConfig
          Configuration used by a PackWriter when constructing the stream.
PackOutputStream
          Custom output stream to support PackWriter.
PackWriter
           PackWriter class is responsible for generating pack files from specified set of objects from repository.
PackWriter.PackingPhase
          Possible states that a PackWriter can be in.
PackWriter.State
          Summary of the current state of a PackWriter.
PackWriter.Statistics
          Summary of how PackWriter created the pack.
PackWriter.Statistics.ObjectType
          Statistics about a single class of object.
StoredObjectRepresentation
          An object representation PackWriter can consider for packing.
 

Classes in org.eclipse.jgit.storage.pack used by org.eclipse.jgit.transport
PackConfig
          Configuration used by a PackWriter when constructing the stream.
PackWriter.Statistics
          Summary of how PackWriter created the pack.
 



Copyright © 2012. All Rights Reserved.