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

Packages that use org.eclipse.jgit.storage.file
org.eclipse.jgit.api   
org.eclipse.jgit.lib   
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.file   
org.eclipse.jgit.storage.pack   
org.eclipse.jgit.transport   
org.eclipse.jgit.util   
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.api
ReflogEntry
          Parsed reflog entry
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.lib
ReflogReader
          Utility for reading reflog entries
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.storage.dfs
PackLock
          Keeps track of a PackFile's associated .keep file.
ReflogReader
          Utility for reading reflog entries
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.storage.file
CheckoutEntry
          Parsed information about a checkout.
FileBasedConfig
          The configuration file that is stored in the file of the file system.
FileRepository
          Represents a Git repository.
FileSnapshot
          Caches when a file was last read, making it possible to detect future edits.
ObjectDirectory
          Traditional file system based ObjectDatabase.
PackFile
          A Git version 2 pack file representation.
PackIndex
          Access path to locate objects by ObjectId in a PackFile.
PackIndex.MutableEntry
          Represent mutable entry of pack index consisting of object id and offset in pack (both mutable).
PackIndexWriter
          Creates a table of contents to support random access by PackFile.
PackLock
          Keeps track of a PackFile's associated .keep file.
ReflogEntry
          Parsed reflog entry
ReflogReader
          Utility for reading reflog entries
ReflogWriter
          Utility for writing reflog entries
WindowCacheConfig
          Configuration parameters for WindowCache.
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.storage.pack
PackIndex
          Access path to locate objects by ObjectId in a PackFile.
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.transport
PackLock
          Keeps track of a PackFile's associated .keep file.
 

Classes in org.eclipse.jgit.storage.file used by org.eclipse.jgit.util
FileBasedConfig
          The configuration file that is stored in the file of the file system.
 



Copyright © 2012. All Rights Reserved.