Class Hierarchy
- java.lang.Object
- org.eclipse.jgit.lib.AbbrevConfig
- org.eclipse.jgit.lib.AbbreviatedObjectId (implements java.io.Serializable)
- org.eclipse.jgit.lib.AnyObjectId (implements java.lang.Comparable<T>)
- org.eclipse.jgit.lib.MutableObjectId
- org.eclipse.jgit.lib.ObjectId (implements java.io.Serializable)
- org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
- org.eclipse.jgit.lib.BaseRepositoryBuilder<B,R>
- org.eclipse.jgit.lib.RepositoryBuilder
- org.eclipse.jgit.lib.BatchingProgressMonitor (implements org.eclipse.jgit.lib.ProgressMonitor)
- org.eclipse.jgit.lib.TextProgressMonitor
- org.eclipse.jgit.lib.BatchRefUpdate
- org.eclipse.jgit.lib.BitmapObject
- org.eclipse.jgit.lib.BranchConfig
- org.eclipse.jgit.lib.BranchTrackingStatus
- org.eclipse.jgit.lib.CommitConfig
- org.eclipse.jgit.lib.Config
- org.eclipse.jgit.lib.BlobBasedConfig
- org.eclipse.jgit.lib.StoredConfig
- org.eclipse.jgit.lib.ConfigConstants
- org.eclipse.jgit.lib.Constants
- org.eclipse.jgit.lib.CoreConfig
- org.eclipse.jgit.lib.DefaultTypedConfigGetter (implements org.eclipse.jgit.lib.TypedConfigGetter)
- org.eclipse.jgit.lib.EmptyProgressMonitor (implements org.eclipse.jgit.lib.ProgressMonitor)
- org.eclipse.jgit.lib.FileMode
- org.eclipse.jgit.lib.GitmoduleEntry
- org.eclipse.jgit.lib.GpgConfig
- org.eclipse.jgit.lib.GpgSignature (implements java.io.Serializable)
- org.eclipse.jgit.lib.GpgSignatureVerifierFactory
- org.eclipse.jgit.lib.GpgSigner
- org.eclipse.jgit.lib.IndexDiff
- org.eclipse.jgit.lib.InflaterCache
- java.io.InputStream (implements java.io.Closeable)
- org.eclipse.jgit.lib.ObjectStream
- org.eclipse.jgit.lib.ObjectStream.Filter
- org.eclipse.jgit.lib.ObjectStream.SmallStream
- org.eclipse.jgit.lib.ObjectStream
- org.eclipse.jgit.lib.NullProgressMonitor (implements org.eclipse.jgit.lib.ProgressMonitor)
- org.eclipse.jgit.lib.ObjectBuilder
- org.eclipse.jgit.lib.CommitBuilder
- org.eclipse.jgit.lib.TagBuilder
- org.eclipse.jgit.lib.ObjectChecker
- org.eclipse.jgit.lib.ObjectDatabase (implements java.lang.AutoCloseable)
- org.eclipse.jgit.lib.ObjectIdOwnerMap<V> (implements java.lang.Iterable<T>, org.eclipse.jgit.lib.ObjectIdSet)
- org.eclipse.jgit.lib.ObjectIdRef (implements org.eclipse.jgit.lib.Ref)
- org.eclipse.jgit.lib.ObjectIdRef.PeeledNonTag
- org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
- org.eclipse.jgit.lib.ObjectIdRef.Unpeeled
- org.eclipse.jgit.lib.ObjectIdSerializer
- org.eclipse.jgit.lib.ObjectIdSubclassMap<V> (implements java.lang.Iterable<T>, org.eclipse.jgit.lib.ObjectIdSet)
- org.eclipse.jgit.lib.ObjectInserter (implements java.lang.AutoCloseable)
- org.eclipse.jgit.lib.ObjectInserter.Filter
- org.eclipse.jgit.lib.ObjectInserter.Formatter
- org.eclipse.jgit.lib.ObjectLoader
- org.eclipse.jgit.lib.ObjectLoader.Filter
- org.eclipse.jgit.lib.ObjectLoader.SmallObject
- org.eclipse.jgit.lib.ObjectReader (implements java.lang.AutoCloseable)
- org.eclipse.jgit.lib.ObjectReader.Filter
- org.eclipse.jgit.lib.PersonIdent (implements java.io.Serializable)
- org.eclipse.jgit.lib.RebaseTodoFile
- org.eclipse.jgit.lib.RebaseTodoLine
- org.eclipse.jgit.lib.RefComparator (implements java.util.Comparator<T>)
- org.eclipse.jgit.lib.RefDatabase
- org.eclipse.jgit.lib.RefRename
- org.eclipse.jgit.lib.RefUpdate
- org.eclipse.jgit.lib.RefWriter
- org.eclipse.jgit.lib.Repository (implements java.lang.AutoCloseable)
- org.eclipse.jgit.lib.RepositoryCache
- org.eclipse.jgit.lib.RepositoryCache.FileKey (implements org.eclipse.jgit.lib.RepositoryCache.Key)
- org.eclipse.jgit.lib.RepositoryCacheConfig
- org.eclipse.jgit.lib.SubmoduleConfig
- org.eclipse.jgit.lib.SymbolicRef (implements org.eclipse.jgit.lib.Ref)
- org.eclipse.jgit.lib.ThreadSafeProgressMonitor (implements org.eclipse.jgit.lib.ProgressMonitor)
- org.eclipse.jgit.lib.TreeFormatter
- org.eclipse.jgit.lib.UserConfig
Interface Hierarchy
- org.eclipse.jgit.lib.AsyncOperation
- org.eclipse.jgit.lib.AsyncObjectLoaderQueue<T>
- org.eclipse.jgit.lib.AsyncObjectSizeQueue<T>
- org.eclipse.jgit.lib.BitmapIndex
- org.eclipse.jgit.lib.BlobObjectChecker
- org.eclipse.jgit.lib.CheckoutEntry
- org.eclipse.jgit.lib.Config.ConfigEnum
- org.eclipse.jgit.lib.Config.SectionParser<T>
- org.eclipse.jgit.lib.GpgObjectSigner
- org.eclipse.jgit.lib.GpgSignatureVerifier
- org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
- org.eclipse.jgit.lib.IndexDiff.WorkingTreeIteratorFactory
- java.lang.Iterable<T>
- org.eclipse.jgit.lib.BitmapIndex.Bitmap
- org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
- org.eclipse.jgit.lib.BitmapIndex.Bitmap
- org.eclipse.jgit.lib.ObjectIdSet
- org.eclipse.jgit.lib.ProgressMonitor
- org.eclipse.jgit.lib.Ref
- org.eclipse.jgit.lib.ReflogEntry
- org.eclipse.jgit.lib.ReflogReader
- org.eclipse.jgit.lib.RepositoryCache.Key
- java.util.function.Supplier<T>
- org.eclipse.jgit.lib.RepositoryBuilderFactory
- org.eclipse.jgit.lib.TypedConfigGetter
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode (implements org.eclipse.jgit.lib.Config.ConfigEnum)
- org.eclipse.jgit.lib.CommitConfig.CleanupMode (implements org.eclipse.jgit.lib.Config.ConfigEnum)
- org.eclipse.jgit.lib.CoreConfig.AutoCRLF
- org.eclipse.jgit.lib.CoreConfig.CheckStat
- org.eclipse.jgit.lib.CoreConfig.EOL
- org.eclipse.jgit.lib.CoreConfig.EolStreamType
- org.eclipse.jgit.lib.CoreConfig.HideDotFiles
- org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
- org.eclipse.jgit.lib.CoreConfig.SymLinks
- org.eclipse.jgit.lib.GpgConfig.GpgFormat (implements org.eclipse.jgit.lib.Config.ConfigEnum)
- org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
- org.eclipse.jgit.lib.IndexDiff.StageState
- org.eclipse.jgit.lib.ObjectChecker.ErrorType
- org.eclipse.jgit.lib.RebaseTodoLine.Action
- org.eclipse.jgit.lib.Ref.Storage
- org.eclipse.jgit.lib.RefUpdate.Result
- org.eclipse.jgit.lib.RepositoryState
- org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode (implements org.eclipse.jgit.lib.Config.ConfigEnum)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)