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

Packages that use org.eclipse.jgit.storage.file
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.file File based repository storage. 
org.eclipse.jgit.transport Transport (fetch/push) for different protocols. 
org.eclipse.jgit.util Utility classes. 
 

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.
GC
          A garbage collector for git FileRepository.
GC.RepoStatistics
          A class holding statistical data for a FileRepository regarding how many objects are stored as loose or packed objects
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.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 © 2013. All Rights Reserved.