A B C D E F G H I K L M N O P Q R S T U V W Z

A

abbreviate(Repository) - Method in class org.eclipse.jgit.lib.AnyObjectId
Return unique abbreviation (prefix) of this object SHA-1.
abbreviate(Repository, int) - Method in class org.eclipse.jgit.lib.AnyObjectId
Return unique abbreviation (prefix) of this object SHA-1.
AbbreviatedObjectId - Class in org.eclipse.jgit.lib
A prefix abbreviation of an ObjectId.
AbstractIndexTreeVisitor - Class in org.eclipse.jgit.lib
Implementation of IndexTreeVisitor that can be subclassed if you don't case about certain events
AbstractIndexTreeVisitor() - Constructor for class org.eclipse.jgit.lib.AbstractIndexTreeVisitor
 
AbstractPlotRenderer<TLane extends PlotLane,TColor> - Class in org.eclipse.jgit.revplot
Basic commit graph renderer for graphical user interfaces.
AbstractPlotRenderer() - Constructor for class org.eclipse.jgit.revplot.AbstractPlotRenderer
 
AbstractTreeIterator - Class in org.eclipse.jgit.treewalk
Walks a Git tree (directory) in Git sort order.
AbstractTreeIterator() - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator with no parent.
AbstractTreeIterator(String) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator with no parent and a prefix.
AbstractTreeIterator(byte[]) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator with no parent and a prefix.
AbstractTreeIterator(AbstractTreeIterator) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create an iterator for a subtree of an existing iterator.
AbstractTreeIterator(AbstractTreeIterator, byte[], int) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create an iterator for a subtree of an existing iterator.
accept(TreeVisitor, int) - Method in class org.eclipse.jgit.lib.FileTreeEntry
 
accept(TreeVisitor, int) - Method in class org.eclipse.jgit.lib.GitlinkTreeEntry
 
accept(TreeVisitor, int) - Method in class org.eclipse.jgit.lib.SymlinkTreeEntry
 
accept(TreeVisitor, int) - Method in class org.eclipse.jgit.lib.Tree
 
accept(TreeVisitor) - Method in class org.eclipse.jgit.lib.TreeEntry
See @{link TreeEntry.accept(TreeVisitor, int).
accept(TreeVisitor, int) - Method in class org.eclipse.jgit.lib.TreeEntry
Visit the members of this TreeEntry.
ACKED_BY - Static variable in class org.eclipse.jgit.revwalk.FooterKey
Standard Acked-by
add(AwtAuthenticator.CachedAuthentication) - Static method in class org.eclipse.jgit.awtui.AwtAuthenticator
Add a cached authentication for future use.
add(int, Edit) - Method in class org.eclipse.jgit.diff.EditList
 
add(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
Append one entry into the resulting entry list.
add(DirCacheEditor.PathEdit) - Method in class org.eclipse.jgit.dircache.DirCacheEditor
Append one edit command to the list of commands to be applied.
add(File, File) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Add the content of a file to the index.
add(File, File, byte[]) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Add the content of a file to the index.
add(Q) - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
Store an object for future lookup.
add(RevCommit) - Method in class org.eclipse.jgit.revwalk.DateRevQueue
 
add(RevCommit) - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
 
add(RevCommit) - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
 
add(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
 
add(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevObject
Add a flag to this object.
add(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
Add a set of flags to this object.
add(int, E) - Method in class org.eclipse.jgit.revwalk.RevObjectList
 
add(int) - Method in class org.eclipse.jgit.util.IntList
Add an entry to the end of the list.
addAnyRepositoryChangedListener(RepositoryListener) - Static method in class org.eclipse.jgit.lib.Repository
Register a global RepositoryListener which will be notified when a ref changes in any repository are detected.
addEntry(TreeEntry) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Add tree entry to index
addEntry(TreeEntry) - Method in class org.eclipse.jgit.lib.Tree
Add the specified tree entry to this tree.
addError(FormatError) - Method in class org.eclipse.jgit.patch.Patch
Add a formatting error to this patch script.
addFetchRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
Add a new fetch RefSpec to this remote.
addFile(String) - Method in class org.eclipse.jgit.lib.Tree
Adds a new or existing file with the specified name to this tree.
addFile(byte[], int) - Method in class org.eclipse.jgit.lib.Tree
Adds a new or existing file with the specified name to this tree.
addFile(FileHeader) - Method in class org.eclipse.jgit.patch.Patch
Add a single file to this patch.
addObject(RevObject) - Method in class org.eclipse.jgit.lib.PackWriter
Include one object to the output file.
addPushRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
Add a new push RefSpec to this remote.
addPushURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
Add a new push-only URI to the end of the list of URIs.
addRepositoryChangedListener(RepositoryListener) - Method in class org.eclipse.jgit.lib.Repository
Register a RepositoryListener which will be notified when ref changes are detected.
addTree(byte[], int, Repository, AnyObjectId) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
Recursively add an entire tree into this builder.
addTree(String) - Method in class org.eclipse.jgit.lib.Tree
Adds a new or existing Tree with the specified name to this tree.
addTree(byte[], int) - Method in class org.eclipse.jgit.lib.Tree
Adds a new or existing Tree with the specified name to this tree.
addTree(ObjectId) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Add an already existing tree object for walking.
addTree(AbstractTreeIterator) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Add an already created tree iterator for walking.
addURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
Add a new URI to the end of the list of URIs.
after(Date) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
Create a new filter to select commits after a given date/time.
ALL - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
Default filter that always returns true (thread safe).
ALL - Static variable in class org.eclipse.jgit.treewalk.filter.TreeFilter
Selects all tree entries.
AlternateRepositoryDatabase - Class in org.eclipse.jgit.lib
An ObjectDatabase of another Repository.
AlternateRepositoryDatabase(Repository) - Constructor for class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
AmazonS3 - Class in org.eclipse.jgit.transport
A simple HTTP REST client for the Amazon S3 service.
AmazonS3(Properties) - Constructor for class org.eclipse.jgit.transport.AmazonS3
Create a new S3 client for the supplied user information.
AndRevFilter - Class in org.eclipse.jgit.revwalk.filter
Includes a commit only if all subfilters include the same commit.
AndRevFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.AndRevFilter
 
AndTreeFilter - Class in org.eclipse.jgit.treewalk.filter
Includes a tree entry only if all subfilters include the same tree entry.
AndTreeFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.AndTreeFilter
 
ANY_DIFF - Static variable in class org.eclipse.jgit.treewalk.filter.TreeFilter
Selects only tree entries which differ between at least 2 trees.
AnyObjectId - Class in org.eclipse.jgit.lib
A (possibly mutable) SHA-1 abstraction.
AnyObjectId() - Constructor for class org.eclipse.jgit.lib.AnyObjectId
 
append(String) - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
 
appendCoreFlags(StringBuilder) - Method in class org.eclipse.jgit.revwalk.RevObject
 
apply(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.DeletePath
 
apply(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.DeleteTree
 
apply(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
Apply the update to a single cache entry matching the path.
apply(byte[], byte[]) - Static method in class org.eclipse.jgit.lib.BinaryDelta
Apply the changes defined by delta to the data in base, yielding a new array of bytes.
applyConfig(RemoteConfig) - Method in class org.eclipse.jgit.transport.Transport
Apply provided remote configuration on this transport.
applyFlag(RevFilter, RevFlag) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Apply a flag to all commits matching the specified filter.
applyFlag(RevFilter, RevFlag, int, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Apply a flag to all commits matching the specified filter.
asCommit(RevWalk) - Method in class org.eclipse.jgit.revwalk.RevCommit
Parse this commit buffer for display.
assertNotStarted() - Method in class org.eclipse.jgit.revwalk.RevWalk
Throws an exception if we have started producing output.
assume(RevCommit) - Method in class org.eclipse.jgit.transport.BundleWriter
Assume a commit is available on the recipient's side.
asTag(RevWalk) - Method in class org.eclipse.jgit.revwalk.RevTag
Parse this tag buffer for display.
author - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "author "
author(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the "author " header line data.
AuthorRevFilter - Class in org.eclipse.jgit.revwalk.filter
Matches only commits whose author name matches the pattern.
AwtAuthenticator - Class in org.eclipse.jgit.awtui
Basic network prompt for username/password when using AWT.
AwtAuthenticator() - Constructor for class org.eclipse.jgit.awtui.AwtAuthenticator
 
AwtAuthenticator.CachedAuthentication - Class in org.eclipse.jgit.awtui
Authentication data to remember and reuse.
AwtAuthenticator.CachedAuthentication(String, int, String, String) - Constructor for class org.eclipse.jgit.awtui.AwtAuthenticator.CachedAuthentication
Create a new cached authentication.

B

back(int) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
back(int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Move to prior entry, populating this iterator with the entry data.
back(int) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
back(int) - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
back(int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
 
Base64 - Class in org.eclipse.jgit.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.eclipse.jgit.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.eclipse.jgit.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.eclipse.jgit.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.eclipse.jgit.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.eclipse.jgit.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.eclipse.jgit.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
before(Date) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
Create a new filter to select commits before a given date/time.
begin(int) - Method in class org.eclipse.jgit.util.io.InterruptTimer
Arm the interrupt timer before entering a blocking operation.
beginPut(String, String, ProgressMonitor, String) - Method in class org.eclipse.jgit.transport.AmazonS3
Atomically create or replace a single large object.
beginTask(String, int) - Method in class org.eclipse.jgit.lib.NullProgressMonitor
 
beginTask(String, int) - Method in interface org.eclipse.jgit.lib.ProgressMonitor
Begin processing a single task.
beginTask(String, int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
 
between(Date, Date) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
Create a new filter to select commits after or equal a given date/time since and before or equal a given date/time until.
BinaryDelta - Class in org.eclipse.jgit.lib
Recreate a stream from a base stream and a GIT pack delta.
BinaryDelta() - Constructor for class org.eclipse.jgit.lib.BinaryDelta
 
BinaryHunk - Class in org.eclipse.jgit.patch
Part of a "GIT binary patch" to describe the pre-image or post-image
BinaryHunk.Type - Enum in org.eclipse.jgit.patch
Type of information stored in a binary hunk.
BlobBasedConfig - Class in org.eclipse.jgit.lib
The configuration file based on the blobs stored in the repository
BlobBasedConfig(Config, byte[]) - Constructor for class org.eclipse.jgit.lib.BlobBasedConfig
The constructor from a byte array
BlobBasedConfig(Config, Repository, ObjectId) - Constructor for class org.eclipse.jgit.lib.BlobBasedConfig
The constructor from object identifier
BlobBasedConfig(Config, Commit, String) - Constructor for class org.eclipse.jgit.lib.BlobBasedConfig
The constructor from commit and path
BOURNE - Static variable in class org.eclipse.jgit.util.QuotedString
Quoting style used by the Bourne shell.
BOURNE_USER_PATH - Static variable in class org.eclipse.jgit.util.QuotedString
Bourne style, but permits ~user at the start of the string.
BRANCH_SECTION - Static variable in class org.eclipse.jgit.lib.RepositoryConfig
Section name for a branch configuration.
BUFFER_SIZE - Static variable in class org.eclipse.jgit.transport.IndexPack
Size of the internal stream buffer.
builder() - Method in class org.eclipse.jgit.dircache.DirCache
Create a new builder to update this cache.
BundleWriter - Class in org.eclipse.jgit.transport
Creates a Git bundle file, for sneaker-net transport to another system.
BundleWriter(Repository, ProgressMonitor) - Constructor for class org.eclipse.jgit.transport.BundleWriter
Create a writer for a bundle.

C

cache - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
The cache this iterator was created to walk.
canAppendMatch() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
 
canCheckout() - Method in enum org.eclipse.jgit.lib.RepositoryState
 
canCommit() - Method in enum org.eclipse.jgit.lib.RepositoryState
 
canExecute(File) - Method in class org.eclipse.jgit.util.FS
Determine if the file is executable (or not).
CanonicalTreeParser - Class in org.eclipse.jgit.treewalk
Parses raw Git trees from the canonical semi-text/semi-binary format.
CanonicalTreeParser() - Constructor for class org.eclipse.jgit.treewalk.CanonicalTreeParser
Create a new parser.
CanonicalTreeParser(byte[], Repository, AnyObjectId, WindowCursor) - Constructor for class org.eclipse.jgit.treewalk.CanonicalTreeParser
Create a new parser for a tree appearing in a subset of a repository.
canResetHead() - Method in enum org.eclipse.jgit.lib.RepositoryState
 
carry(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevCommit
Carry a RevFlag set on this commit to its parents.
carry(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevWalk
Automatically carry a flag from a child commit to its parents.
carry(Collection<RevFlag>) - Method in class org.eclipse.jgit.revwalk.RevWalk
Automatically carry flags from a child commit to its parents.
CC - Static variable in class org.eclipse.jgit.revwalk.FooterKey
Standard CC
changeType - Variable in class org.eclipse.jgit.patch.FileHeader
General type of change indicated by the patch.
CHARACTER_ENCODING - Static variable in class org.eclipse.jgit.lib.Constants
Native character encoding for commit messages, file names...
charAt(int) - Method in class org.eclipse.jgit.util.RawCharSequence
 
CHARSET - Static variable in class org.eclipse.jgit.lib.Constants
Native character encoding for commit messages, file names...
check(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check an object for parsing errors.
checkBlob(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check a blob for errors.
checkCommit(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check a commit for errors.
checkConnectivity() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
Verify all interesting objects are available, and reachable.
checkout(File) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Check out content of the content represented by the index
checkout() - Method in class org.eclipse.jgit.lib.WorkDirCheckout
Execute this checkout
CheckoutConflictException - Exception in org.eclipse.jgit.errors
Exception thrown if a conflict occurs during a merge checkout.
CheckoutConflictException(String) - Constructor for exception org.eclipse.jgit.errors.CheckoutConflictException
Construct a CheckoutConflictException for the specified file
CheckoutConflictException(String[]) - Constructor for exception org.eclipse.jgit.errors.CheckoutConflictException
Construct a CheckoutConflictException for the specified set of files
checkoutEntry(File, GitIndex.Entry) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Check out content of the specified index entry
checkTag(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check an annotated tag for errors.
checkTree(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check a canonical formatted tree for errors.
clear() - Method in class org.eclipse.jgit.dircache.DirCache
Empty this index, removing all entries.
clear() - Method in class org.eclipse.jgit.lib.Config
Clear the configuration file
clear() - Method in class org.eclipse.jgit.lib.MutableObjectId
Make this id match ObjectId.zeroId().
clear() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
Remove all entries from this map.
clear() - Static method in class org.eclipse.jgit.lib.RepositoryCache
Unregister all repositories from the cache.
clear(WindowCache.WindowRef) - Method in class org.eclipse.jgit.lib.WindowCache
 
clear() - Method in class org.eclipse.jgit.revplot.PlotCommitList
 
clear() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
 
clear() - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
 
clear() - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
 
clear() - Method in class org.eclipse.jgit.revwalk.RevCommitList
 
clear() - Method in class org.eclipse.jgit.revwalk.RevObjectList
 
clear() - Method in class org.eclipse.jgit.util.IntList
Empty this list
clearFlag(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Remove the given flag from all commits.
clearFlag(RevFlag, int, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Remove the given flag from all commits.
clone() - Method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
 
clone() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
 
clone() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
Clone this revision filter, including its parameters.
clone() - Method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
 
clone() - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
 
clone() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
 
clone() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
 
clone() - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
 
clone() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
Clone this tree filter, including its parameters.
cloneEntry() - Method in class org.eclipse.jgit.lib.PackIndex.MutableEntry
 
close() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Close any resources held by this database and its active alternates.
close() - Method in class org.eclipse.jgit.lib.PackFile
Close the resources utilized by this repository
close() - Method in class org.eclipse.jgit.lib.Repository
Close all resources used by this repository
close(Repository) - Static method in class org.eclipse.jgit.lib.RepositoryCache
Remove a repository from the cache.
close() - Method in interface org.eclipse.jgit.transport.Connection
Close any resources used by this connection.
close() - Method in class org.eclipse.jgit.transport.SshTransport
 
close() - Method in class org.eclipse.jgit.transport.Transport
Close any resources used by this transport.
close() - Method in class org.eclipse.jgit.transport.TransportAmazonS3
 
close() - Method in class org.eclipse.jgit.transport.TransportBundleStream
 
close() - Method in class org.eclipse.jgit.transport.TransportHttp
 
close() - Method in class org.eclipse.jgit.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
close() - Method in class org.eclipse.jgit.util.TemporaryBuffer
 
closeAlternates(ObjectDatabase[]) - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
closeAlternates() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Fully close all loaded alternates and clear the alternate list.
closeAlternates(ObjectDatabase[]) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Close the list of alternates returned by ObjectDatabase.loadAlternates().
closeSelf() - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
closeSelf() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Close any resources held by this database only; ignoring alternates.
closeSelf() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
CombinedFileHeader - Class in org.eclipse.jgit.patch
A file in the Git "diff --cc" or "diff --combined" format.
CombinedHunkHeader - Class in org.eclipse.jgit.patch
Hunk header for a hunk appearing in a "diff --cc" style patch.
commit() - Method in class org.eclipse.jgit.dircache.DirCache
Commit this change and release the lock.
commit() - Method in class org.eclipse.jgit.dircache.DirCacheEditor
 
Commit - Class in org.eclipse.jgit.lib
Instances of this class represent a Commit object.
Commit(Repository) - Constructor for class org.eclipse.jgit.lib.Commit
Create an empty commit object.
Commit(Repository, ObjectId[]) - Constructor for class org.eclipse.jgit.lib.Commit
Create a commit associated with these parents and associate it with a repository.
Commit(Repository, ObjectId, byte[]) - Constructor for class org.eclipse.jgit.lib.Commit
Create a commit object with the specified id and data from and existing commit object in a repository.
commit() - Method in class org.eclipse.jgit.lib.Commit
Persist this commit object
commit() - Method in class org.eclipse.jgit.lib.LockFile
Commit this change and release the lock.
CommitGraphPane - Class in org.eclipse.jgit.awtui
Draws a commit graph in a JTable.
CommitGraphPane() - Constructor for class org.eclipse.jgit.awtui.CommitGraphPane
Create a new empty panel.
commitMessage(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the position of the commit message body.
committer - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "committer "
committer(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the "committer " header line data.
CommitterRevFilter - Class in org.eclipse.jgit.revwalk.filter
Matches only commits whose committer name matches the pattern.
CommitTimeRevFilter - Class in org.eclipse.jgit.revwalk.filter
Selects commits based upon the commit time field.
compare(Ref, Ref) - Method in class org.eclipse.jgit.lib.RefComparator
 
compareNames(byte[], byte[], int, int) - Static method in class org.eclipse.jgit.lib.Tree
Compare two names represented as bytes.
compareTo(ObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
Compare this ObjectId to another and obtain a sort ordering.
compareTo(Object) - Method in class org.eclipse.jgit.lib.AnyObjectId
 
compareTo(Object) - Method in class org.eclipse.jgit.lib.TreeEntry
 
compareUInt32(int, int) - Static method in class org.eclipse.jgit.util.NB
Compare a 32 bit unsigned integer stored in a 32 bit signed integer.
CompoundException - Exception in org.eclipse.jgit.errors
An exception detailing multiple reasons for failure.
CompoundException(Collection<Throwable>) - Constructor for exception org.eclipse.jgit.errors.CompoundException
Constructs an exception detailing many potential reasons for failure.
computeBlobSha1(long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectWriter
Compute the SHA-1 of a blob without creating an object.
computeName() - Method in class org.eclipse.jgit.lib.PackWriter
Computes SHA-1 of lexicographically sorted objects ids written in this pack, as used to name a pack file in repository.
CONCURRENT_MODIFICATION - Static variable in class org.eclipse.jgit.lib.TreeEntry
a flag for TreeEntry.accept(TreeVisitor, int) obsolete?
Config - Class in org.eclipse.jgit.lib
Git style .config, .gitconfig, .gitmodules file.
Config() - Constructor for class org.eclipse.jgit.lib.Config
Create a configuration with no default fallback.
Config(Config) - Constructor for class org.eclipse.jgit.lib.Config
Create an empty configuration with a fallback for missing keys.
Config.SectionParser<T> - Interface in org.eclipse.jgit.lib
Parses a section of the configuration into an application model object.
ConfigInvalidException - Exception in org.eclipse.jgit.errors
Indicates a text string is not a valid Git style configuration.
ConfigInvalidException(String) - Constructor for exception org.eclipse.jgit.errors.ConfigInvalidException
Construct an invalid configuration error.
ConfigInvalidException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.ConfigInvalidException
Construct an invalid configuration error.
configure(OpenSshConfig.Host, Session) - Method in class org.eclipse.jgit.transport.SshConfigSessionFactory
Provide additional configuration for the session based on the host information.
Connection - Interface in org.eclipse.jgit.transport
Represent connection for operation on a remote repository.
Constants - Class in org.eclipse.jgit.lib
Misc.
contains(Object) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
 
containsAll(Collection<?>) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
 
content - Variable in class org.eclipse.jgit.diff.RawText
The file content for this sequence.
contents - Variable in class org.eclipse.jgit.revwalk.RevObjectList
Items stored in this list.
copy() - Method in class org.eclipse.jgit.lib.AnyObjectId
Obtain an immutable copy of this current object name value.
copy(InputStream) - Method in class org.eclipse.jgit.util.TemporaryBuffer
Copy all bytes remaining on the input stream into this buffer.
copyCurrentContent() - Method in class org.eclipse.jgit.lib.LockFile
Copy the current file content into the temporary file.
copyMetaData(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Copy the ObjectId and other meta fields from an existing entry.
copyRawTo(ByteBuffer) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in raw binary.
copyRawTo(byte[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to a byte array.
copyRawTo(int[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an int array.
copyRawTo(OutputStream) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in raw binary.
copyTo(OutputStream) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in hex format.
copyTo(Writer) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in hex format.
copyTo(char[], Writer) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in hex format.
copyTo(char[], StringBuilder) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to a StringBuilder in hex format.
copyTo(OutputStream) - Method in class org.eclipse.jgit.lib.FileMode
Copy this mode as a sequence of octal US-ASCII bytes.
copyToLength() - Method in class org.eclipse.jgit.lib.FileMode
 
CoreConfig - Class in org.eclipse.jgit.lib
This class keeps git repository core parameters.
CorruptObjectException - Exception in org.eclipse.jgit.errors
Exception thrown when an object cannot be read from Git.
CorruptObjectException(AnyObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
Construct a CorruptObjectException for reporting a problem specified object id
CorruptObjectException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
Construct a CorruptObjectException for reporting a problem specified object id
CorruptObjectException(String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
Construct a CorruptObjectException for reporting a problem not associated with a specific object id.
COUNTING_OBJECTS_PROGRESS - Static variable in class org.eclipse.jgit.lib.PackWriter
Title of ProgressMonitor task used during counting objects to pack.
create() - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
create() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Initialize a new object database at this location.
create() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
create() - Method in class org.eclipse.jgit.lib.Repository
Create a new Git repository initializing the necessary files and directories.
create(boolean) - Method in class org.eclipse.jgit.lib.Repository
Create a new Git repository initializing the necessary files and directories.
create(RevFilter, RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.AndRevFilter
Create a filter with two filters, both of which must match.
create(RevFilter[]) - Static method in class org.eclipse.jgit.revwalk.filter.AndRevFilter
Create a filter around many filters, all of which must match.
create(Collection<RevFilter>) - Static method in class org.eclipse.jgit.revwalk.filter.AndRevFilter
Create a filter around many filters, all of which must match.
create(String) - Static method in class org.eclipse.jgit.revwalk.filter.AuthorRevFilter
Create a new author filter.
create(String) - Static method in class org.eclipse.jgit.revwalk.filter.CommitterRevFilter
Create a new committer filter.
create(String) - Static method in class org.eclipse.jgit.revwalk.filter.MessageRevFilter
Create a message filter.
create(RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
Create a filter that negates the result of another filter.
create(RevFilter, RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
Create a filter with two filters, one of which must match.
create(RevFilter[]) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
Create a filter around many filters, one of which must match.
create(Collection<RevFilter>) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
Create a filter around many filters, one of which must match.
create(Repository, InputStream) - Static method in class org.eclipse.jgit.transport.IndexPack
Create an index pack instance to load a new pack into a repository.
create(TreeFilter, TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.AndTreeFilter
Create a filter with two filters, both of which must match.
create(TreeFilter[]) - Static method in class org.eclipse.jgit.treewalk.filter.AndTreeFilter
Create a filter around many filters, all of which must match.
create(Collection<TreeFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.AndTreeFilter
Create a filter around many filters, all of which must match.
create(TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
Create a filter that negates the result of another filter.
create(TreeFilter, TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
Create a filter with two filters, one of which must match.
create(TreeFilter[]) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
Create a filter around many filters, one of which must match.
create(Collection<TreeFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
Create a filter around many filters, one of which must match.
create(String) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilter
Create a new tree filter for a user supplied path.
create(Collection<PathFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
Create a collection of path filters.
create(String) - Static method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
Create a new tree filter for a user supplied path.
createCommit(AnyObjectId) - Method in class org.eclipse.jgit.revplot.PlotWalk
 
createCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Construct a new unparsed commit for the given object.
createDefaultDataModel() - Method in class org.eclipse.jgit.awtui.CommitGraphPane
 
createDefaultJSch() - Method in class org.eclipse.jgit.transport.SshConfigSessionFactory
 
createEmptyTreeIterator() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
createEmptyTreeIterator() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator as though the current entry were a subtree.
createFromStrings(Collection<String>) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
Create a collection of path filters from Java strings.
createLane() - Method in class org.eclipse.jgit.revplot.PlotCommitList
 
createMatcherForSuffix() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
 
createOldestPossible(OutputStream, List<? extends PackedObjectInfo>) - Static method in class org.eclipse.jgit.lib.PackIndexWriter
Create a new writer for the oldest (most widely understood) format.
createRef(PackFile, long, ByteWindow) - Method in class org.eclipse.jgit.lib.WindowCache
 
createSession(OpenSshConfig.Host, String, String, int) - Method in class org.eclipse.jgit.transport.SshConfigSessionFactory
Create a new JSch session for the requested address.
createSubtreeIterator(Repository) - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
 
createSubtreeIterator(Repository) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
createSubtreeIterator(Repository) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator for the current entry's subtree.
createSubtreeIterator(Repository, MutableObjectId, WindowCursor) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator for the current entry's subtree.
createSubtreeIterator(Repository, MutableObjectId, WindowCursor) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
createSubtreeIterator(Repository) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
createSubtreeIterator(Repository) - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
createSubtreeIterator(Repository) - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
 
createSubtreeIterator0(Repository, AnyObjectId, WindowCursor) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
Back door to quickly create a subtree iterator for any subtree.
createVersion(OutputStream, int) - Static method in class org.eclipse.jgit.lib.PackIndexWriter
Create a new writer instance for a specific index format version.
current() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
Obtain the current entry from this iterator.
currentEntry - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
The current file entry from DirCacheIterator.cache.
currentSubtree - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
The subtree containing DirCacheIterator.currentEntry if this is first entry.

D

Daemon - Class in org.eclipse.jgit.transport
Basic daemon for the anonymous git:// transport protocol.
Daemon() - Constructor for class org.eclipse.jgit.transport.Daemon
Configure a daemon to listen on any available network port.
Daemon(InetSocketAddress) - Constructor for class org.eclipse.jgit.transport.Daemon
Configure a new daemon for the specified network address.
DaemonClient - Class in org.eclipse.jgit.transport
Active network client of Daemon.
DaemonService - Class in org.eclipse.jgit.transport
A service exposed by Daemon over anonymous git://.
DateRevQueue - Class in org.eclipse.jgit.revwalk
A queue of commits sorted by commit time order.
DateRevQueue() - Constructor for class org.eclipse.jgit.revwalk.DateRevQueue
Create an empty date queue.
db - Variable in class org.eclipse.jgit.merge.Merger
The repository this merger operates on.
DECODE - Static variable in class org.eclipse.jgit.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.eclipse.jgit.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.eclipse.jgit.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a buffer under UTF-8, if possible.
decode(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a buffer under UTF-8, if possible.
decode(Charset, byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a buffer under the specified character set if possible.
decode(Charset, byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a region of the buffer under the specified character set if possible.
decodeFromFile(String) - Static method in class org.eclipse.jgit.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeInt32(byte[], int) - Static method in class org.eclipse.jgit.util.NB
Convert sequence of 4 bytes (network byte order) into signed value.
decodeNoFallback(Charset, byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a region of the buffer under the specified character set if possible.
decodeToFile(String, String) - Static method in class org.eclipse.jgit.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.eclipse.jgit.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeTypeString(AnyObjectId, byte[], byte, MutableInteger) - Static method in class org.eclipse.jgit.lib.Constants
Parse an encoded type string into a type constant.
decodeUInt16(byte[], int) - Static method in class org.eclipse.jgit.util.NB
Convert sequence of 2 bytes (network byte order) into unsigned value.
decodeUInt32(byte[], int) - Static method in class org.eclipse.jgit.util.NB
Convert sequence of 4 bytes (network byte order) into unsigned value.
decodeUInt64(byte[], int) - Static method in class org.eclipse.jgit.util.NB
Convert sequence of 8 bytes (network byte order) into unsigned value.
decrypt(URLConnection) - Method in class org.eclipse.jgit.transport.AmazonS3
Decrypt an input stream from AmazonS3.get(String, String).
DEFAULT_DELTA_BASE_AS_OFFSET - Static variable in class org.eclipse.jgit.lib.PackWriter
Default value of delta base as offset option.
DEFAULT_FETCH_THIN - Static variable in class org.eclipse.jgit.transport.Transport
Default setting for Transport.fetchThin option.
DEFAULT_MAX_DELTA_DEPTH - Static variable in class org.eclipse.jgit.lib.PackWriter
Default value of maximum delta chain depth.
DEFAULT_PATH_SIZE - Static variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Default size for the AbstractTreeIterator.path buffer.
DEFAULT_PORT - Static variable in class org.eclipse.jgit.transport.Daemon
9418: IANA assigned port number for Git.
DEFAULT_PUSH_THIN - Static variable in class org.eclipse.jgit.transport.Transport
Default setting for Transport.pushThin option.
DEFAULT_RECEIVE_PACK - Static variable in class org.eclipse.jgit.transport.RemoteConfig
Default value for RemoteConfig.getReceivePack() if not specified.
DEFAULT_REUSE_DELTAS - Static variable in class org.eclipse.jgit.lib.PackWriter
Default value of deltas reuse option.
DEFAULT_REUSE_OBJECTS - Static variable in class org.eclipse.jgit.lib.PackWriter
Default value of objects reuse option.
DEFAULT_UPLOAD_PACK - Static variable in class org.eclipse.jgit.transport.RemoteConfig
Default value for RemoteConfig.getUploadPack() if not specified.
delete() - Method in class org.eclipse.jgit.lib.RefUpdate
Delete the ref.
delete(RevWalk) - Method in class org.eclipse.jgit.lib.RefUpdate
Delete the ref.
delete() - Method in class org.eclipse.jgit.lib.TreeEntry
Delete this entry.
delete(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
Delete a single object.
dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString.BourneStyle
 
dequote(String) - Method in class org.eclipse.jgit.util.QuotedString
Clean a previously quoted input, decoding the result via UTF-8.
dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString
Decode a previously quoted input, scanning a UTF-8 encoded buffer.
dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString.GitPathStyle
 
destroy() - Method in class org.eclipse.jgit.util.TemporaryBuffer
Clear this buffer so it has no data, and cannot be used again.
detachParent() - Method in class org.eclipse.jgit.lib.TreeEntry
Detach this entry from it's parent.
DEV_NULL - Static variable in class org.eclipse.jgit.patch.FileHeader
Magical file name used for file adds or deletes.
didFetchIncludeTags() - Method in interface org.eclipse.jgit.transport.FetchConnection
Did the last FetchConnection.fetch(ProgressMonitor, Collection, Set) get tags?
didFetchTestConnectivity() - Method in interface org.eclipse.jgit.transport.FetchConnection
Did the last FetchConnection.fetch(ProgressMonitor, Collection, Set) validate graph?
diff() - Method in class org.eclipse.jgit.lib.IndexDiff
Run the diff operation.
DiffFormatter - Class in org.eclipse.jgit.diff
Format an EditList as a Git style unified patch script.
DiffFormatter() - Constructor for class org.eclipse.jgit.diff.DiffFormatter
Create a new formatter with a default level of context.
DirCache - Class in org.eclipse.jgit.dircache
Support for the Git dircache (aka index file).
DirCache(File) - Constructor for class org.eclipse.jgit.dircache.DirCache
Create a new in-core index representation.
DirCacheBuilder - Class in org.eclipse.jgit.dircache
Updates a DirCache by adding individual DirCacheEntrys.
DirCacheBuilder(DirCache, int) - Constructor for class org.eclipse.jgit.dircache.DirCacheBuilder
Construct a new builder.
DirCacheBuildIterator - Class in org.eclipse.jgit.dircache
Iterate and update a DirCache as part of a TreeWalk.
DirCacheBuildIterator(DirCacheBuilder) - Constructor for class org.eclipse.jgit.dircache.DirCacheBuildIterator
Create a new iterator for an already loaded DirCache instance.
DirCacheEditor - Class in org.eclipse.jgit.dircache
Updates a DirCache by supplying discrete edit commands.
DirCacheEditor(DirCache, int) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor
Construct a new editor.
DirCacheEditor.DeletePath - Class in org.eclipse.jgit.dircache
Deletes a single file entry from the index.
DirCacheEditor.DeletePath(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.DeletePath
Create a new deletion command by path name.
DirCacheEditor.DeletePath(DirCacheEntry) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.DeletePath
Create a new deletion command for an existing entry instance.
DirCacheEditor.DeleteTree - Class in org.eclipse.jgit.dircache
Recursively deletes all paths under a subtree.
DirCacheEditor.DeleteTree(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.DeleteTree
Create a new tree deletion command by path name.
DirCacheEditor.PathEdit - Class in org.eclipse.jgit.dircache
Any index record update.
DirCacheEditor.PathEdit(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
Create a new update command by path name.
DirCacheEditor.PathEdit(DirCacheEntry) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
Create a new update command for an existing entry instance.
DirCacheEntry - Class in org.eclipse.jgit.dircache
A single file (or stage of a file) in a DirCache.
DirCacheEntry(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
Create an empty entry at stage 0.
DirCacheEntry(String, int) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
Create an empty entry at the specified stage.
DirCacheEntry(byte[]) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
Create an empty entry at stage 0.
DirCacheEntry(byte[], int) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
Create an empty entry at the specified stage.
DirCacheIterator - Class in org.eclipse.jgit.dircache
Iterate a DirCache as part of a TreeWalk.
DirCacheIterator(DirCache) - Constructor for class org.eclipse.jgit.dircache.DirCacheIterator
Create a new iterator for an already loaded DirCache instance.
DirCacheTree - Class in org.eclipse.jgit.dircache
Single tree record from the 'TREE' DirCache extension.
disableRefLog() - Method in class org.eclipse.jgit.lib.RefUpdate
Don't record this update in the ref's associated reflog.
dispose() - Method in class org.eclipse.jgit.revplot.PlotWalk
 
dispose() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
 
dispose() - Method in class org.eclipse.jgit.revwalk.RevWalk
Dispose all internal state and invalidate all RevObject instances.
disposeFlag(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevWalk
Allow a flag to be recycled for a different use.
DONT_BREAK_LINES - Static variable in class org.eclipse.jgit.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
drawBoundaryDot(int, int, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Draw a single boundary commit (aka uninteresting commit) dot.
drawCommitDot(int, int, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Draw a single commit dot.
drawLabel(int, int, Ref) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Draw a decoration for the Ref ref at x,y
drawLine(TColor, int, int, int, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Draw a single line within this cell.
drawText(String, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Draw a single line of text.

E

Edit - Class in org.eclipse.jgit.diff
A modified region detected between two versions of roughly the same content.
Edit(int, int) - Constructor for class org.eclipse.jgit.diff.Edit
Create a new empty edit.
Edit(int, int, int, int) - Constructor for class org.eclipse.jgit.diff.Edit
Create a new edit.
Edit.Type - Enum in org.eclipse.jgit.diff
Type of edit
EditList - Class in org.eclipse.jgit.diff
Specialized list of Edits in a document.
EditList() - Constructor for class org.eclipse.jgit.diff.EditList
Create a new, empty edit list.
editor() - Method in class org.eclipse.jgit.dircache.DirCache
Create a new editor to recreate this cache.
EMPTY - Static variable in class org.eclipse.jgit.util.RawCharSequence
A zero-length character sequence.
EmptyTreeIterator - Class in org.eclipse.jgit.treewalk
Iterator over an empty tree (a directory with no files).
EmptyTreeIterator() - Constructor for class org.eclipse.jgit.treewalk.EmptyTreeIterator
Create a new iterator with no parent.
EmptyTreeIterator(AbstractTreeIterator, byte[], int) - Constructor for class org.eclipse.jgit.treewalk.EmptyTreeIterator
Create an iterator for a subtree of an existing iterator.
encode(String) - Static method in class org.eclipse.jgit.lib.Constants
Convert a string to a byte array in the standard character encoding.
ENCODE - Static variable in class org.eclipse.jgit.util.Base64
Specify encoding.
encode(StringBuilder, String) - Static method in class org.eclipse.jgit.util.HttpSupport
URL encode a value string into an output buffer.
encodeASCII(long) - Static method in class org.eclipse.jgit.lib.Constants
Convert an integer into its decimal representation.
encodeASCII(String) - Static method in class org.eclipse.jgit.lib.Constants
Convert a string to US-ASCII encoding.
encodeBytes(byte[]) - Static method in class org.eclipse.jgit.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.eclipse.jgit.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.eclipse.jgit.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.eclipse.jgit.util.Base64
Encodes a byte array into Base64 notation.
encodedTypeString(int) - Static method in class org.eclipse.jgit.lib.Constants
Convert an OBJ_* type constant to an ASCII encoded string constant.
encodeFromFile(String) - Static method in class org.eclipse.jgit.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeInt16(byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
Write a 16 bit integer as a sequence of 2 bytes (network byte order).
encodeInt32(byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
Write a 32 bit integer as a sequence of 4 bytes (network byte order).
encodeInt64(byte[], int, long) - Static method in class org.eclipse.jgit.util.NB
Write a 64 bit integer as a sequence of 8 bytes (network byte order).
encodeObject(Serializable) - Static method in class org.eclipse.jgit.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.eclipse.jgit.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.eclipse.jgit.util.Base64
Convenience method for encoding data to a file.
encoding - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "encoding "
encoding(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the "encoding " header line.
end() - Method in class org.eclipse.jgit.util.io.InterruptTimer
Disable the interrupt timer, as the operation is complete.
endOfFooterLineKey(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the end of a footer line key string.
endOfParagraph(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the end of a paragraph.
endTask() - Method in class org.eclipse.jgit.lib.NullProgressMonitor
 
endTask() - Method in interface org.eclipse.jgit.lib.ProgressMonitor
Finish the current task, so the next can begin.
endTask() - Method in class org.eclipse.jgit.lib.TextProgressMonitor
 
endVisitTree(Tree) - Method in class org.eclipse.jgit.lib.ForceModified
 
endVisitTree(Tree) - Method in interface org.eclipse.jgit.lib.TreeVisitor
Visit to a tree node.
endVisitTree(Tree) - Method in class org.eclipse.jgit.lib.TreeVisitorWithCurrentDirectory
 
endVisitTree(Tree) - Method in class org.eclipse.jgit.lib.WriteTree
 
ensurePathCapacity(int, int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Ensure that path is capable to hold at least capacity bytes
enter(int, PlotCommit<L>) - Method in class org.eclipse.jgit.revplot.PlotCommitList
 
enter(int, E) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Optional callback invoked when commits enter the list by fillTo.
enterSubtree() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Enter into the current subtree.
entries - Variable in class org.eclipse.jgit.lib.PackIndexWriter
The entries this writer must pack.
EntryExistsException - Exception in org.eclipse.jgit.errors
Attempt to add an entry to a tree that already exists.
EntryExistsException(String) - Constructor for exception org.eclipse.jgit.errors.EntryExistsException
Construct an EntryExistsException when the specified name already exists in a tree.
eof() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
eof() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Is this tree iterator at its EOF point (no more entries)?
eof() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
eof() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
EOF - Static variable in class org.eclipse.jgit.treewalk.WorkingTreeIterator
An empty entry array, suitable for WorkingTreeIterator.init(Entry[]).
eof() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
 
equals(Object) - Method in class org.eclipse.jgit.diff.Edit
 
equals(Object) - Method in class org.eclipse.jgit.diff.EditList
 
equals(int, Sequence, int) - Method in class org.eclipse.jgit.diff.RawText
 
equals(int, Sequence, int) - Method in interface org.eclipse.jgit.diff.Sequence
Determine if the i-th member is equal to the j-th member.
equals(Object) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
equals(AnyObjectId, AnyObjectId) - Static method in class org.eclipse.jgit.lib.AnyObjectId
Compare to object identifier byte sequences for equality.
equals(AnyObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
Determine if this ObjectId has exactly the same value as another.
equals(Object) - Method in class org.eclipse.jgit.lib.AnyObjectId
 
equals(int) - Method in class org.eclipse.jgit.lib.FileMode
Test a file mode for equality with this FileMode object.
equals(byte[], int, byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Compare to object identifier byte sequences for equality.
equals(Object) - Method in class org.eclipse.jgit.lib.PersonIdent
 
equals(Object) - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
 
equals(Object) - Method in class org.eclipse.jgit.revplot.PlotLane
 
equals(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevObject
 
equals(Object) - Method in class org.eclipse.jgit.revwalk.RevObject
 
equals(Object) - Method in class org.eclipse.jgit.transport.RefSpec
 
equals(Object) - Method in class org.eclipse.jgit.transport.URIish
 
equalsIgnoreCase(String, String) - Static method in class org.eclipse.jgit.util.StringUtils
Test if two strings are equal, ignoring case.
exact(File) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
Obtain a pointer to an exact location on disk.
EXECUTABLE_FILE - Static variable in class org.eclipse.jgit.lib.FileMode
Mode indicating an entry is an executable FileTreeEntry.
exists() - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
exists() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Does this database exist yet?
exists() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
existsBlob(String) - Method in class org.eclipse.jgit.lib.Tree
 
existsTree(String) - Method in class org.eclipse.jgit.lib.Tree
 
expandFromDestination(String) - Method in class org.eclipse.jgit.transport.RefSpec
Expand this specification to exactly match a ref name.
expandFromDestination(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
Expand this specification to exactly match a ref.
expandFromSource(String) - Method in class org.eclipse.jgit.transport.RefSpec
Expand this specification to exactly match a ref name.
expandFromSource(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
Expand this specification to exactly match a ref.
exportDirectory(File) - Method in class org.eclipse.jgit.transport.Daemon
Recursively export all Git repositories within a directory.
exportRepository(String, Repository) - Method in class org.eclipse.jgit.transport.Daemon
Add a single repository to the set that is exported by this daemon.
extendA() - Method in class org.eclipse.jgit.diff.Edit
Increase Edit.getEndA() by 1.
extendB() - Method in class org.eclipse.jgit.diff.Edit
Increase Edit.getEndB() by 1.
extractBinaryString(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a region of the buffer under the ISO-8859-1 encoding.

F

fetch(ProgressMonitor, Collection<Ref>, Set<ObjectId>) - Method in interface org.eclipse.jgit.transport.FetchConnection
Fetch objects we don't have but that are reachable from advertised refs.
fetch(ProgressMonitor, Collection<RefSpec>) - Method in class org.eclipse.jgit.transport.Transport
Fetch objects and refs from the remote repository to the local one.
FetchConnection - Interface in org.eclipse.jgit.transport
Lists known refs from the remote and copies objects of selected refs.
FetchResult - Class in org.eclipse.jgit.transport
Final status after a successful fetch from a remote repository.
FIFORevQueue - Class in org.eclipse.jgit.revwalk
A queue of commits in FIFO order.
FIFORevQueue() - Constructor for class org.eclipse.jgit.revwalk.FIFORevQueue
Create an empty FIFO queue.
FileBasedConfig - Class in org.eclipse.jgit.lib
The configuration file that is stored in the file of the file system.
FileBasedConfig(File) - Constructor for class org.eclipse.jgit.lib.FileBasedConfig
Create a configuration with no default fallback.
FileBasedConfig(Config, File) - Constructor for class org.eclipse.jgit.lib.FileBasedConfig
The constructor
fileFor(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDirectory
Compute the location of a loose object file.
FileHeader - Class in org.eclipse.jgit.patch
Patch header describing an action for a single file path.
FileHeader.ChangeType - Enum in org.eclipse.jgit.patch
General type of change a single file-level patch describes.
FileHeader.PatchType - Enum in org.eclipse.jgit.patch
Type of patch used by this file.
FileMode - Class in org.eclipse.jgit.lib
Constants describing various file modes recognized by GIT.
FileNameMatcher - Class in org.eclipse.jgit.fnmatch
This class can be used to match filenames against fnmatch like patterns.
FileNameMatcher(String, Character) - Constructor for class org.eclipse.jgit.fnmatch.FileNameMatcher
 
FileNameMatcher(FileNameMatcher) - Constructor for class org.eclipse.jgit.fnmatch.FileNameMatcher
A Copy Constructor which creates a new FileNameMatcher with the same state and reset point like other.
FileTreeEntry - Class in org.eclipse.jgit.lib
A representation of a file (blob) object in a Tree.
FileTreeEntry(Tree, ObjectId, byte[], boolean) - Constructor for class org.eclipse.jgit.lib.FileTreeEntry
Constructor for a File (blob) object.
FileTreeIterator - Class in org.eclipse.jgit.treewalk
Working directory iterator for standard Java IO.
FileTreeIterator(File) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
Create a new iterator to traverse the given directory and its children.
FileTreeIterator(FileTreeIterator, File) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
Create a new iterator to traverse a subdirectory.
FileTreeIterator.FileEntry - Class in org.eclipse.jgit.treewalk
Wrapper for a standard Java IO file
fillTo(int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Ensure this list contains at least a specified number of commits.
fillTo(int, int) - Method in class org.eclipse.jgit.util.IntList
Pad the list with entries.
findBlobMember(String) - Method in class org.eclipse.jgit.lib.Tree
 
findEntry(String) - Method in class org.eclipse.jgit.dircache.DirCache
Locate the position a path's entry is at in the index.
findPassingThrough(PlotCommit<L>, Collection<L>) - Method in class org.eclipse.jgit.revplot.PlotCommitList
Find the set of lanes passing through a commit's row.
findRemoteRefUpdatesFor(Repository, Collection<RefSpec>, Collection<RefSpec>) - Static method in class org.eclipse.jgit.transport.Transport
Convert push remote refs update specification from RefSpec form to RemoteRefUpdate.
findRemoteRefUpdatesFor(Collection<RefSpec>) - Method in class org.eclipse.jgit.transport.Transport
Convert push remote refs update specification from RefSpec form to RemoteRefUpdate.
findTreeMember(String) - Method in class org.eclipse.jgit.lib.Tree
 
finish() - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
 
finish() - Method in class org.eclipse.jgit.dircache.DirCacheEditor
 
finishVisitTree(Tree, Tree, String) - Method in class org.eclipse.jgit.lib.AbstractIndexTreeVisitor
 
finishVisitTree(Tree, int, String) - Method in class org.eclipse.jgit.lib.AbstractIndexTreeVisitor
 
finishVisitTree(Tree, Tree, String) - Method in interface org.eclipse.jgit.lib.IndexTreeVisitor
Invoked after handling all child nodes of a tree, during a three way merge
finishVisitTree(Tree, int, String) - Method in interface org.eclipse.jgit.lib.IndexTreeVisitor
Invoked after handling all child nodes of a tree, during two way merge.
first() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
first() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Is this tree iterator positioned on its first entry?
first() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
first() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
first() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
 
flush() - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
flushBase64() - Method in class org.eclipse.jgit.util.Base64.OutputStream
Method added by PHIL.
FooterKey - Class in org.eclipse.jgit.revwalk
Case insensitive key for a FooterLine.
FooterKey(String) - Constructor for class org.eclipse.jgit.revwalk.FooterKey
Create a key for a specific footer line.
FooterLine - Class in org.eclipse.jgit.revwalk
Single line at the end of a message, such as a "Signed-off-by: someone".
ForceModified - Class in org.eclipse.jgit.lib
Visitor for marking all nodes of a tree as modified.
ForceModified() - Constructor for class org.eclipse.jgit.lib.ForceModified
 
forceToRaw(String) - Static method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
Encode a string pattern for faster matching on byte arrays.
forceUpdate() - Method in class org.eclipse.jgit.lib.RefUpdate
Force the ref to take the new value.
format(OutputStream, FileHeader, RawText, RawText) - Method in class org.eclipse.jgit.diff.DiffFormatter
Format a patch script, reusing a previously parsed FileHeader.
formatBase10(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Format a base 10 numeric into a temporary buffer.
FormatError - Class in org.eclipse.jgit.patch
An error in a patch script
FormatError.Severity - Enum in org.eclipse.jgit.patch
Classification of an error.
forPath(Repository, String, AnyObjectId...) - Static method in class org.eclipse.jgit.treewalk.TreeWalk
Open a tree walk and filter to exactly one path.
forPath(Repository, String, RevTree) - Static method in class org.eclipse.jgit.treewalk.TreeWalk
Open a tree walk and filter to exactly one path.
fromBits(int) - Static method in class org.eclipse.jgit.lib.FileMode
Convert a set of mode bits into a FileMode enumerated value.
fromConfig(Config) - Method in class org.eclipse.jgit.lib.WindowCacheConfig
Update properties by setting fields from the configuration.
fromOption(String) - Static method in enum org.eclipse.jgit.transport.TagOpt
Convert a command line/configuration file text into a value instance.
fromRaw(byte[]) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from raw binary representation.
fromRaw(byte[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from raw binary representation.
fromRaw(int[]) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from binary representation expressed in integers.
fromRaw(int[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from binary representation expressed in integers.
fromRaw(byte[]) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromRaw(byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromRaw(int[]) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromRaw(int[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromString(byte[], int, int) - Static method in class org.eclipse.jgit.lib.AbbreviatedObjectId
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
fromString(String) - Static method in class org.eclipse.jgit.lib.AbbreviatedObjectId
Convert an AbbreviatedObjectId from hex characters.
fromString(byte[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from hex characters (US-ASCII).
fromString(String) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from hex characters.
fromString(byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from hex characters (US-ASCII).
fromString(String) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from hex characters.
fromText(String) - Method in class org.eclipse.jgit.lib.Config
Clear this configuration and reset to the contents of the parsed string.
FS - Class in org.eclipse.jgit.util
Abstraction to support various file system operations not in Java.
FS() - Constructor for class org.eclipse.jgit.util.FS
 

G

get(int) - Method in class org.eclipse.jgit.diff.EditList
 
get(Config.SectionParser<T>) - Method in class org.eclipse.jgit.lib.Config
Obtain a handle to a parsed set of configuration values.
get() - Static method in class org.eclipse.jgit.lib.InflaterCache
Obtain an Inflater for decompression.
get(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
Lookup an existing mapping.
get(WindowCursor, AnyObjectId) - Method in class org.eclipse.jgit.lib.PackFile
Get an object from this pack.
get(String) - Static method in class org.eclipse.jgit.merge.MergeStrategy
Locate a strategy by name.
get() - Static method in class org.eclipse.jgit.merge.MergeStrategy
Get all registered strategies.
get(int) - Method in class org.eclipse.jgit.revwalk.RevObjectList
 
get(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
Get the content of a bucket object.
get() - Static method in class org.eclipse.jgit.transport.OpenSshConfig
Obtain the user's configuration data.
get(int) - Method in class org.eclipse.jgit.util.IntList
 
getAdded() - Method in class org.eclipse.jgit.lib.IndexDiff
 
getAddress() - Method in class org.eclipse.jgit.transport.Daemon
 
getAdvertisedRef(String) - Method in class org.eclipse.jgit.transport.OperationResult
Get a single advertised ref by name.
getAdvertisedRefs() - Method in class org.eclipse.jgit.transport.OperationResult
Get the complete list of refs advertised by the remote.
getAdvertisedRefs() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getAllCauses() - Method in exception org.eclipse.jgit.errors.CompoundException
Get the complete list of reasons why this failure happened.
getAllCommands() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getAllRefs() - Method in class org.eclipse.jgit.lib.Repository
 
getAllRefsByPeeledObjectId() - Method in class org.eclipse.jgit.lib.Repository
 
getAllRemoteConfigs(Config) - Static method in class org.eclipse.jgit.transport.RemoteConfig
Parse all remote blocks in an existing configuration file, looking for remotes configuration.
getAlternates() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Get the alternate databases known to this database.
getAuthor() - Method in class org.eclipse.jgit.lib.Commit
 
getAuthor() - Method in class org.eclipse.jgit.lib.Tag
 
getAuthorEmail() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getAuthorEmail() - Method in class org.eclipse.jgit.lib.UserConfig
 
getAuthorIdent() - Method in class org.eclipse.jgit.revwalk.RevCommit
Parse the author identity from the raw buffer.
getAuthorName() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getAuthorName() - Method in class org.eclipse.jgit.lib.UserConfig
 
getBeginA() - Method in class org.eclipse.jgit.diff.Edit
 
getBeginB() - Method in class org.eclipse.jgit.diff.Edit
 
getBits() - Method in class org.eclipse.jgit.lib.FileMode
 
getBoolean(String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
Get a boolean value from the git config
getBoolean(String, String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
Get a boolean value from the git config
getBranch() - Method in class org.eclipse.jgit.lib.Repository
 
getBuffer() - Method in class org.eclipse.jgit.patch.BinaryHunk
 
getBuffer() - Method in class org.eclipse.jgit.patch.FileHeader
 
getBuffer() - Method in class org.eclipse.jgit.patch.FormatError
 
getBuffer() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getBytes() - Method in class org.eclipse.jgit.lib.ObjectLoader
Obtain a copy of the bytes of this object.
getCachedBytes() - Method in class org.eclipse.jgit.lib.ObjectLoader
Obtain a reference to the (possibly cached) bytes of this object.
getCachedBytes() - Method in class org.eclipse.jgit.lib.UnpackedObjectLoader
 
getCacheTree(boolean) - Method in class org.eclipse.jgit.dircache.DirCache
Obtain (or build) the current cache tree structure.
getChanged() - Method in class org.eclipse.jgit.lib.IndexDiff
 
getChangeType() - Method in class org.eclipse.jgit.patch.FileHeader
 
getChild(int) - Method in class org.eclipse.jgit.dircache.DirCacheTree
Get the i-th child cache tree.
getChild(int) - Method in class org.eclipse.jgit.revplot.PlotCommit
Get the nth child from this commit's child list.
getChildCount() - Method in class org.eclipse.jgit.dircache.DirCacheTree
Get the number of cached subtrees contained within this tree.
getChildCount() - Method in class org.eclipse.jgit.revplot.PlotCommit
Get the number of child commits listed in this commit.
getCommandName() - Method in class org.eclipse.jgit.transport.DaemonService
 
getComment() - Method in class org.eclipse.jgit.lib.ReflogReader.Entry
 
getCommitId() - Method in class org.eclipse.jgit.lib.Commit
 
getCommitLastModified() - Method in class org.eclipse.jgit.lib.LockFile
Get the modification time of the output file when it was committed.
getCommitList() - Method in class org.eclipse.jgit.awtui.CommitGraphPane
Get the commit list this pane renders from.
getCommitter() - Method in class org.eclipse.jgit.lib.Commit
 
getCommitterEmail() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getCommitterEmail() - Method in class org.eclipse.jgit.lib.UserConfig
 
getCommitterIdent() - Method in class org.eclipse.jgit.revwalk.RevCommit
Parse the committer identity from the raw buffer.
getCommitterName() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getCommitterName() - Method in class org.eclipse.jgit.lib.UserConfig
 
getCommitTime() - Method in class org.eclipse.jgit.revwalk.RevCommit
Time from the "committer " line of the buffer.
getCompression() - Method in class org.eclipse.jgit.lib.CoreConfig
 
getConfig() - Method in class org.eclipse.jgit.lib.Repository
 
getConflicts() - Method in class org.eclipse.jgit.lib.WorkDirCheckout
 
getCore() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getCRC() - Method in class org.eclipse.jgit.transport.PackedObjectInfo
 
getCurrentTime() - Method in class org.eclipse.jgit.util.SystemReader
 
getDaemon() - Method in class org.eclipse.jgit.transport.DaemonClient
 
getDeltaBaseCacheLimit() - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
getDepth() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the current subtree depth of this walker.
getDescription() - Method in enum org.eclipse.jgit.lib.RepositoryState
 
getDestination() - Method in class org.eclipse.jgit.transport.RefSpec
Get the destination ref description.
getDirCacheEntry() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
Get the DirCacheEntry for the current file.
getDirCacheEntry() - Method in exception org.eclipse.jgit.errors.UnmergedPathException
 
getDirectory() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
getDirectory() - Method in class org.eclipse.jgit.lib.Repository
 
getEmailAddress() - Method in class org.eclipse.jgit.lib.PersonIdent
 
getEmailAddress() - Method in class org.eclipse.jgit.revwalk.FooterLine
Extract the email address (if present) from the footer.
getEncoding() - Method in class org.eclipse.jgit.lib.Commit
 
getEncoding() - Method in class org.eclipse.jgit.revwalk.RevCommit
Determine the encoding of the commit message buffer.
getEndA() - Method in class org.eclipse.jgit.diff.Edit
 
getEndB() - Method in class org.eclipse.jgit.diff.Edit
 
getEndOffset() - Method in class org.eclipse.jgit.patch.BinaryHunk
 
getEndOffset() - Method in class org.eclipse.jgit.patch.FileHeader
 
getEndOffset() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getEntriesWithin(String) - Method in class org.eclipse.jgit.dircache.DirCache
Recursively get all entries within a subtree.
getEntry(int) - Method in class org.eclipse.jgit.dircache.DirCache
Get a specific entry.
getEntry(String) - Method in class org.eclipse.jgit.dircache.DirCache
Get a specific entry.
getEntry(String) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Look up an entry with the specified path.
getEntryCount() - Method in class org.eclipse.jgit.dircache.DirCache
Total number of file entries stored in the index.
getEntryFileMode() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
 
getEntryLastModified() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
Get the last modified time of this entry.
getEntryLength() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
Get the byte length of this entry.
getEntryObjectId() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Get the object id of the current entry.
getEntryObjectId(MutableObjectId) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Obtain the ObjectId for the current entry.
getEntryObjectId() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
getEntryPathString() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
 
getEntryRawMode() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
 
getEntrySpan() - Method in class org.eclipse.jgit.dircache.DirCacheTree
Get the number of entries this tree spans within the DirCache.
getenv(String) - Method in class org.eclipse.jgit.util.SystemReader
 
getErrors() - Method in class org.eclipse.jgit.patch.Patch
 
getExpectedOldObjectId() - Method in class org.eclipse.jgit.lib.RefUpdate
 
getExpectedOldObjectId() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getFetchRefSpecs() - Method in class org.eclipse.jgit.transport.RemoteConfig
Remembered specifications for fetching from a repository.
getFile() - Method in class org.eclipse.jgit.lib.FileBasedConfig
 
getFile() - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
 
getFile() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
Get the underlying file of this entry.
getFileHeader() - Method in class org.eclipse.jgit.patch.BinaryHunk
 
getFileHeader() - Method in class org.eclipse.jgit.patch.CombinedHunkHeader
 
getFileHeader() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getFileMode() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Obtain the FileMode for this entry.
getFileMode(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Obtain the FileMode for the current entry.
getFiles() - Method in class org.eclipse.jgit.patch.Patch
 
getFilter() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the currently configured filter.
getFirstByte() - Method in class org.eclipse.jgit.lib.AnyObjectId
For ObjectIdMap
getFooterLines() - Method in class org.eclipse.jgit.revwalk.RevCommit
Parse the footer lines (e.g.
getFooterLines(String) - Method in class org.eclipse.jgit.revwalk.RevCommit
Get the values of all footer lines with the given key.
getFooterLines(FooterKey) - Method in class org.eclipse.jgit.revwalk.RevCommit
Get the values of all footer lines with the given key.
getForwardBinaryHunk() - Method in class org.eclipse.jgit.patch.FileHeader
 
getFullBranch() - Method in class org.eclipse.jgit.lib.Repository
 
getFullMessage() - Method in class org.eclipse.jgit.revwalk.RevCommit
Parse the complete commit message and decode it to a string.
getFullMessage() - Method in class org.eclipse.jgit.revwalk.RevTag
Parse the complete tag message and decode it to a string.
getFullName() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getFullNameUTF8() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getHost() - Method in class org.eclipse.jgit.transport.URIish
 
getHostName() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
getHostname() - Method in class org.eclipse.jgit.util.SystemReader
Gets the hostname of the local host.
getHunks() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
getHunks() - Method in class org.eclipse.jgit.patch.FileHeader
 
getId() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getId() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
 
getId() - Method in class org.eclipse.jgit.revwalk.RevObject
Get the name of this object.
getIdentityFile() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
getIndex() - Method in class org.eclipse.jgit.lib.Repository
 
getInputStream() - Method in class org.eclipse.jgit.transport.DaemonClient
 
getInstance() - Static method in class org.eclipse.jgit.transport.SshSessionFactory
Get the currently configured JVM-wide factory.
getInstance() - Static method in class org.eclipse.jgit.util.SystemReader
 
getInt(String, String, int) - Method in class org.eclipse.jgit.lib.Config
Obtain an integer value from the configuration.
getInt(String, String, String, int) - Method in class org.eclipse.jgit.lib.Config
Obtain an integer value from the configuration.
getJSch(OpenSshConfig.Host) - Method in class org.eclipse.jgit.transport.SshConfigSessionFactory
Obtain the JSch used to create new sessions.
getKey() - Method in class org.eclipse.jgit.revwalk.FooterLine
 
getLane() - Method in class org.eclipse.jgit.revplot.PlotCommit
Obtain the lane this commit has been plotted into.
getLastEntry() - Method in class org.eclipse.jgit.lib.ReflogReader
Get the last entry in the reflog
getLastModified() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Get the cached last modification date of this file, in milliseconds.
getLastModified() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
 
getLastModified() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
Get the last modified time of this entry.
getLength() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Get the cached size (in bytes) of this file.
getLength() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
 
getLength() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
Get the byte length of this entry.
getLineCount() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
 
getLinesAdded() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
 
getLinesContext() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getLinesDeleted() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
 
getLineText() - Method in class org.eclipse.jgit.patch.FormatError
 
getLocalName() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
Get the name of the local tracking ref.
getLong(String, String, String, long) - Method in class org.eclipse.jgit.lib.Config
Obtain an integer value from the configuration.
getMaxDeltaDepth() - Method in class org.eclipse.jgit.lib.PackWriter
Get maximum depth of delta chain set up for this writer.
getMembers() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Return the members of the index sorted by the unsigned byte values of the path names.
getMessage() - Method in class org.eclipse.jgit.lib.Commit
 
getMessage() - Method in class org.eclipse.jgit.lib.Tag
 
getMessage() - Method in class org.eclipse.jgit.patch.FormatError
 
getMessage() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getMessage() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getMissing() - Method in class org.eclipse.jgit.lib.IndexDiff
 
getMode() - Method in class org.eclipse.jgit.lib.FileTreeEntry
 
getMode() - Method in class org.eclipse.jgit.lib.GitlinkTreeEntry
 
getMode() - Method in class org.eclipse.jgit.lib.SymlinkTreeEntry
 
getMode() - Method in class org.eclipse.jgit.lib.Tree
 
getMode() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getMode() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
 
getMode() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
Get the type of this entry.
getModeBits() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Return raw file mode bits.
getModified() - Method in class org.eclipse.jgit.lib.IndexDiff
 
getName() - Method in class org.eclipse.jgit.lib.AnyObjectId
 
getName() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
getName() - Method in class org.eclipse.jgit.lib.PersonIdent
 
getName() - Method in class org.eclipse.jgit.lib.Ref
What this ref is called within the repository.
getName() - Method in class org.eclipse.jgit.lib.RefUpdate
Get the name of the ref this update will operate on.
getName() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getName() - Method in class org.eclipse.jgit.merge.MergeStrategy
 
getName() - Method in class org.eclipse.jgit.merge.StrategyOneSided
 
getName() - Method in class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
 
getName() - Method in class org.eclipse.jgit.revwalk.FooterKey
 
getName() - Method in class org.eclipse.jgit.transport.RemoteConfig
Get the local name this remote configuration is recognized as.
getName(byte[], int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Get the name component of the current entry path into the provided buffer.
getName() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
 
getName() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
Get the name of this entry within its directory.
getNameLength() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
 
getNameString() - Method in class org.eclipse.jgit.dircache.DirCacheTree
Get the tree's name within its parent.
getNameString() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the current entry's name within its parent tree.
getNameUTF8() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
getNameUTF8() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getNewId() - Method in class org.eclipse.jgit.lib.ReflogReader.Entry
 
getNewId() - Method in class org.eclipse.jgit.patch.FileHeader
Get the new object id from the index.
getNewId() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getNewLineCount() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getNewMode() - Method in class org.eclipse.jgit.patch.FileHeader
 
getNewName() - Method in class org.eclipse.jgit.patch.FileHeader
Get the new name associated with this file.
getNewObjectId() - Method in class org.eclipse.jgit.lib.RefUpdate
Get the new value the ref will be (or was) updated to.
getNewObjectId() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getNewObjectId() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
Get the new value the ref will be (or was) updated to.
getNewStartLine() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getObject() - Method in class org.eclipse.jgit.revwalk.RevTag
Get a reference to the object this tag was placed on.
getObjectDatabase() - Method in class org.eclipse.jgit.lib.Repository
 
getObjectId() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Obtain the ObjectId for the entry.
getObjectId() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
getObjectId() - Method in class org.eclipse.jgit.lib.Ref
Cached value of this ref.
getObjectId(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Obtain the ObjectId for the current entry.
getObjectId(MutableObjectId, int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Obtain the ObjectId for the current entry.
getObjectsDirectory() - Method in class org.eclipse.jgit.lib.Repository
 
getObjectsNumber() - Method in class org.eclipse.jgit.lib.PackWriter
Returns objects number in a pack file that was created by this writer.
getObjectType() - Method in class org.eclipse.jgit.lib.FileMode
Get the object type that should appear for this type of mode.
getObjectWriter() - Method in class org.eclipse.jgit.merge.Merger
 
getObjId() - Method in class org.eclipse.jgit.lib.Tag
 
getOffset() - Method in class org.eclipse.jgit.lib.PackIndex.MutableEntry
Returns offset for this index object entry
getOffset() - Method in class org.eclipse.jgit.patch.FormatError
 
getOffset() - Method in class org.eclipse.jgit.transport.PackedObjectInfo
 
getOldId() - Method in class org.eclipse.jgit.lib.ReflogReader.Entry
 
getOldId() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
getOldId(int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
Get the ObjectId of the nth ancestor
getOldId() - Method in class org.eclipse.jgit.patch.FileHeader
Get the old object id from the index.
getOldId() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getOldImage() - Method in class org.eclipse.jgit.patch.CombinedHunkHeader
 
getOldImage(int) - Method in class org.eclipse.jgit.patch.CombinedHunkHeader
Get the OldImage data related to the nth ancestor
getOldImage() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getOldMode() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
getOldMode(int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
Get the file mode of the nth ancestor
getOldMode() - Method in class org.eclipse.jgit.patch.FileHeader
 
getOldName() - Method in class org.eclipse.jgit.patch.FileHeader
Get the old name associated with this file.
getOldObjectId() - Method in class org.eclipse.jgit.lib.RefUpdate
The old value of the ref, prior to the update being attempted.
getOldObjectId() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
The old value of the ref, prior to the update being attempted.
getOptionReceivePack() - Method in class org.eclipse.jgit.transport.Transport
Default setting is: RemoteConfig.DEFAULT_RECEIVE_PACK
getOptionUploadPack() - Method in class org.eclipse.jgit.transport.Transport
Get the name of the remote executable providing upload-pack service.
getOrigName() - Method in class org.eclipse.jgit.lib.Ref
 
getOrigName() - Method in class org.eclipse.jgit.lib.RefUpdate
Get the requested name of the ref thit update will operate on
getOutputStream() - Method in class org.eclipse.jgit.lib.LockFile
Obtain the direct output stream for this lock.
getOutputStream() - Method in class org.eclipse.jgit.transport.DaemonClient
 
getPackedGitLimit() - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
getPackedGitOpenFiles() - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
getPackedGitWindowSize() - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
getPackFile() - Method in class org.eclipse.jgit.lib.PackFile
 
getPackIndexVersion() - Method in class org.eclipse.jgit.lib.CoreConfig
 
getPackLocks() - Method in interface org.eclipse.jgit.transport.FetchConnection
All locks created by the last FetchConnection.fetch(ProgressMonitor, Collection, Set) call.
getParent() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getParent(int) - Method in class org.eclipse.jgit.revwalk.RevCommit
Get the nth parent from this commit's parent list.
getParentCount() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
getParentCount() - Method in class org.eclipse.jgit.revwalk.RevCommit
Get the number of parent commits listed in this commit.
getParentIds() - Method in class org.eclipse.jgit.lib.Commit
 
getParents() - Method in class org.eclipse.jgit.revwalk.RevCommit
Obtain an array of all parents (NOTE - THIS IS NOT A COPY).
getPass() - Method in class org.eclipse.jgit.transport.URIish
 
getPasswordAuthentication() - Method in class org.eclipse.jgit.awtui.AwtAuthenticator
 
getPatchType() - Method in class org.eclipse.jgit.patch.FileHeader
 
getPath() - Method in class org.eclipse.jgit.transport.URIish
 
getPathString() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Get the entry's complete path.
getPathString() - Method in class org.eclipse.jgit.dircache.DirCacheTree
Get the tree's path within the repository.
getPathString() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
Get the current object's complete path.
getPathString() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the current entry's complete path.
getPattern() - Method in exception org.eclipse.jgit.errors.InvalidPatternException
 
getPeeledObjectId() - Method in class org.eclipse.jgit.lib.Ref
Cached value of ref^{} (the ref peeled to commit).
getPort() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
getPort() - Method in class org.eclipse.jgit.transport.URIish
 
getPosition() - Method in class org.eclipse.jgit.revplot.PlotLane
Logical location of this lane within the graphing plane.
getPostReceiveHook() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getPreferredAuthentications() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
getPreReceiveHook() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getProperty(String) - Method in class org.eclipse.jgit.util.SystemReader
 
getPushRefSpecs() - Method in class org.eclipse.jgit.transport.RemoteConfig
Remembered specifications for pushing to a repository.
getPushURIs() - Method in class org.eclipse.jgit.transport.RemoteConfig
Get all configured push-only URIs under this remote.
getRawBuffer() - Method in class org.eclipse.jgit.revwalk.RevCommit
Obtain the raw unparsed commit body (NOTE - THIS IS NOT A COPY).
getRawMode() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Obtain the raw FileMode bits for this entry.
getRawMode(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Obtain the raw FileMode bits for the current entry.
getRawPath() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the current entry's complete path as a UTF-8 byte array.
getRawSize() - Method in class org.eclipse.jgit.lib.ObjectLoader
 
getRawSize() - Method in class org.eclipse.jgit.lib.UnpackedObjectLoader
 
getRawType() - Method in class org.eclipse.jgit.lib.ObjectLoader
 
getRawType() - Method in class org.eclipse.jgit.lib.UnpackedObjectLoader
 
getReceivePack() - Method in class org.eclipse.jgit.transport.RemoteConfig
Override for the location of 'git-receive-pack' on the remote system.
getRef(String) - Method in class org.eclipse.jgit.lib.Repository
Get a ref by name.
getRef(String) - Method in interface org.eclipse.jgit.transport.Connection
Get a single advertised ref by name.
getRef() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getRefLogIdent() - Method in class org.eclipse.jgit.lib.RefUpdate
 
getRefLogIdent() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getRefLogMessage() - Method in class org.eclipse.jgit.lib.RefUpdate
Get the message to include in the reflog.
getReflogReader(String) - Method in class org.eclipse.jgit.lib.Repository
 
getRefName() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getRefs() - Method in interface org.eclipse.jgit.transport.Connection
Get the complete list of refs advertised as available for fetching or pushing.
getRefsMap() - Method in interface org.eclipse.jgit.transport.Connection
Get the complete map of refs advertised as available for fetching or pushing.
getRemoteAddress() - Method in class org.eclipse.jgit.transport.DaemonClient
 
getRemoteName() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getRemoteName() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
Get the name of the remote ref.
getRemoteUpdate(String) - Method in class org.eclipse.jgit.transport.PushResult
Get status of specific remote ref update by remote ref name.
getRemoteUpdates() - Method in class org.eclipse.jgit.transport.PushResult
Get status of remote refs updates.
getRemoved() - Method in class org.eclipse.jgit.lib.IndexDiff
 
getRemoved() - Method in class org.eclipse.jgit.lib.WorkDirCheckout
 
getRepository() - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
getRepository() - Method in class org.eclipse.jgit.lib.Commit
 
getRepository() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated.  
getRepository() - Method in class org.eclipse.jgit.lib.RefUpdate
 
getRepository() - Method in class org.eclipse.jgit.lib.RepositoryChangedEvent
 
getRepository() - Method in class org.eclipse.jgit.lib.Tree
 
getRepository() - Method in class org.eclipse.jgit.lib.TreeEntry
 
getRepository() - Method in class org.eclipse.jgit.merge.Merger
 
getRepository() - Method in class org.eclipse.jgit.revwalk.RevWalk
Get the repository this walker loads objects from.
getRepository() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getRepository() - Method in class org.eclipse.jgit.transport.UploadPack
 
getRepository() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the repository this tree walker is reading from.
getRepositoryState() - Method in class org.eclipse.jgit.lib.Repository
 
getResult() - Method in class org.eclipse.jgit.lib.RefRename
 
getResult() - Method in class org.eclipse.jgit.lib.RefUpdate
Get the status of this update.
getResult() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getResult() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
Get the status of this update.
getResultTreeId() - Method in class org.eclipse.jgit.merge.Merger
 
getReverseBinaryHunk() - Method in class org.eclipse.jgit.patch.FileHeader
 
getReverseEntries() - Method in class org.eclipse.jgit.lib.ReflogReader
 
getReverseEntries(int) - Method in class org.eclipse.jgit.lib.ReflogReader
 
getRevFilter() - Method in class org.eclipse.jgit.revwalk.RevWalk
Get the currently configured commit filter.
getRevSort() - Method in class org.eclipse.jgit.revwalk.RevWalk
Obtain the sort types applied to the commits returned.
getRevWalk() - Method in class org.eclipse.jgit.revwalk.RevFlag
Get the revision walk instance this flag was created from.
getRevWalk() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getRevWalk() - Method in class org.eclipse.jgit.transport.UploadPack
 
getScheme() - Method in class org.eclipse.jgit.transport.URIish
 
getScore() - Method in class org.eclipse.jgit.patch.FileHeader
 
getScriptText(Charset, Charset) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
getScriptText(Charset[]) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
Convert the patch script for this file into a string.
getScriptText() - Method in class org.eclipse.jgit.patch.FileHeader
Convert the patch script for this file into a string.
getScriptText(Charset, Charset) - Method in class org.eclipse.jgit.patch.FileHeader
Convert the patch script for this file into a string.
getService(String) - Method in class org.eclipse.jgit.transport.Daemon
Lookup a supported service so it can be reconfigured.
getSession(String, String, String, int) - Method in class org.eclipse.jgit.transport.SshConfigSessionFactory
 
getSession(String, String, String, int) - Method in class org.eclipse.jgit.transport.SshSessionFactory
Open (or reuse) a session to a host.
getSeverity() - Method in class org.eclipse.jgit.patch.FormatError
 
getShortMessage() - Method in class org.eclipse.jgit.revwalk.RevCommit
Parse the commit message and return the first "line" of it.
getShortMessage() - Method in class org.eclipse.jgit.revwalk.RevTag
Parse the tag message and return the first "line" of it.
getSize() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
getSize() - Method in class org.eclipse.jgit.lib.ObjectLoader
 
getSize() - Method in class org.eclipse.jgit.lib.UnpackedObjectLoader
 
getSize() - Method in class org.eclipse.jgit.patch.BinaryHunk
 
getSource() - Method in class org.eclipse.jgit.transport.RefSpec
Get the source ref description.
getSrcRef() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getSshSessionFactory() - Method in class org.eclipse.jgit.transport.SshTransport
 
getStage() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Get the stage of this entry.
getStage() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
getStartLine() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
 
getStartOffset() - Method in class org.eclipse.jgit.patch.BinaryHunk
 
getStartOffset() - Method in class org.eclipse.jgit.patch.FileHeader
 
getStartOffset() - Method in class org.eclipse.jgit.patch.HunkHeader
 
getStatus() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getStorage() - Method in class org.eclipse.jgit.lib.Ref
How was this ref obtained?
getStrictHostKeyChecking() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
getString(String, String, String) - Method in class org.eclipse.jgit.lib.Config
Get string value
getStringList(String, String, String) - Method in class org.eclipse.jgit.lib.Config
Get a list of string values
getSubsections(String) - Method in class org.eclipse.jgit.lib.Config
 
getTag() - Method in class org.eclipse.jgit.lib.Tag
 
getTagger() - Method in class org.eclipse.jgit.lib.Tag
 
getTaggerIdent() - Method in class org.eclipse.jgit.revwalk.RevTag
Parse the tagger identity from the raw buffer.
getTagId() - Method in class org.eclipse.jgit.lib.Tag
 
getTagName() - Method in class org.eclipse.jgit.revwalk.RevTag
Get the name of this tag, from the tag header.
getTagOpt() - Method in class org.eclipse.jgit.transport.RemoteConfig
Get the description of how annotated tags should be treated during fetch.
getTagOpt() - Method in class org.eclipse.jgit.transport.Transport
Get the description of how annotated tags should be treated during fetch.
getTags() - Method in class org.eclipse.jgit.lib.Repository
 
getTags(AnyObjectId) - Method in class org.eclipse.jgit.revplot.PlotWalk
 
getTimeout() - Method in class org.eclipse.jgit.transport.Daemon
 
getTimeout() - Method in class org.eclipse.jgit.transport.ReceivePack
 
getTimeout() - Method in class org.eclipse.jgit.transport.RemoteConfig
 
getTimeout() - Method in class org.eclipse.jgit.transport.Transport
 
getTimeout() - Method in class org.eclipse.jgit.transport.UploadPack
 
getTimeout() - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
 
getTimeout() - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
getTimeZone() - Method in class org.eclipse.jgit.lib.PersonIdent
 
getTimezone(long) - Method in class org.eclipse.jgit.util.SystemReader
 
getTimeZoneOffset() - Method in class org.eclipse.jgit.lib.PersonIdent
 
getTrackingRefUpdate(String) - Method in class org.eclipse.jgit.transport.OperationResult
Get the status for a specific local tracking ref update.
getTrackingRefUpdate() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
getTrackingRefUpdates() - Method in class org.eclipse.jgit.transport.OperationResult
Get the status of all local tracking refs that were updated.
getTransfer() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getTree() - Method in class org.eclipse.jgit.lib.Commit
 
getTree() - Method in class org.eclipse.jgit.lib.Tree
 
getTree() - Method in interface org.eclipse.jgit.lib.Treeish
 
getTree() - Method in class org.eclipse.jgit.revwalk.RevCommit
Get a reference to this commit's tree.
getTree(int, Class<T>) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Obtain the tree iterator for the current entry.
getTreeCount() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Get the number of trees known to this walker.
getTreeFilter() - Method in class org.eclipse.jgit.revwalk.RevWalk
Get the tree filter used to simplify commits by modified paths.
getTreeId() - Method in class org.eclipse.jgit.lib.Commit
 
getTreeId() - Method in class org.eclipse.jgit.lib.Tree
 
getTreeId() - Method in interface org.eclipse.jgit.lib.Treeish
 
getType() - Method in class org.eclipse.jgit.diff.Edit
 
getType() - Method in class org.eclipse.jgit.lib.ObjectLoader
 
getType() - Method in class org.eclipse.jgit.lib.Tag
 
getType() - Method in class org.eclipse.jgit.lib.UnpackedObjectLoader
 
getType() - Method in class org.eclipse.jgit.patch.BinaryHunk
 
getType() - Method in class org.eclipse.jgit.revwalk.RevBlob
 
getType() - Method in class org.eclipse.jgit.revwalk.RevCommit
 
getType() - Method in class org.eclipse.jgit.revwalk.RevObject
Get Git object type.
getType() - Method in class org.eclipse.jgit.revwalk.RevTag
 
getType() - Method in class org.eclipse.jgit.revwalk.RevTree
 
getType() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
getUploadPack() - Method in class org.eclipse.jgit.transport.RemoteConfig
Override for the location of 'git-upload-pack' on the remote system.
getURI() - Method in class org.eclipse.jgit.transport.OperationResult
Get the URI this result came from.
getURI() - Method in class org.eclipse.jgit.transport.Transport
Get the URI this transport connects to.
getURIs() - Method in class org.eclipse.jgit.transport.RemoteConfig
Get all configured URIs under this remote.
getUser() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
getUser() - Method in class org.eclipse.jgit.transport.URIish
 
getUserConfig() - Method in class org.eclipse.jgit.lib.RepositoryConfig
 
getValue() - Method in class org.eclipse.jgit.revwalk.FooterLine
 
getWhen() - Method in class org.eclipse.jgit.lib.PersonIdent
 
getWho() - Method in class org.eclipse.jgit.lib.ReflogReader.Entry
 
getWorkDir() - Method in class org.eclipse.jgit.lib.Repository
 
GIT_AUTHOR_EMAIL_KEY - Static variable in class org.eclipse.jgit.lib.Constants
The environment variable that contains the author's email
GIT_AUTHOR_NAME_KEY - Static variable in class org.eclipse.jgit.lib.Constants
The environment variable that contains the author's name
GIT_COMMITTER_EMAIL_KEY - Static variable in class org.eclipse.jgit.lib.Constants
The environment variable that contains the commiter's email
GIT_COMMITTER_NAME_KEY - Static variable in class org.eclipse.jgit.lib.Constants
The environment variable that contains the commiter's name
GIT_PATH - Static variable in class org.eclipse.jgit.util.QuotedString
Quoting style that obeys the rules Git applies to file names
GitIndex - Class in org.eclipse.jgit.lib
Deprecated. Use DirCache instead.
GitIndex(Repository) - Constructor for class org.eclipse.jgit.lib.GitIndex
Deprecated. Construct a Git index representation.
GitIndex.Entry - Class in org.eclipse.jgit.lib
Deprecated. An index entry
GITLINK - Static variable in class org.eclipse.jgit.lib.FileMode
Mode indicating an entry is a submodule commit in another repository.
GitlinksNotSupportedException - Exception in org.eclipse.jgit.errors
An exception thrown when a gitlink entry is found and cannot be handled.
GitlinksNotSupportedException(String) - Constructor for exception org.eclipse.jgit.errors.GitlinksNotSupportedException
Construct a GitlinksNotSupportedException for the specified link
GitlinkTreeEntry - Class in org.eclipse.jgit.lib
A tree entry representing a gitlink entry used for submodules.
GitlinkTreeEntry(Tree, ObjectId, byte[]) - Constructor for class org.eclipse.jgit.lib.GitlinkTreeEntry
Construct a GitlinkTreeEntry with the specified name and SHA-1 in the specified parent
growPath(int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Grow the path buffer larger.
GZIP - Static variable in class org.eclipse.jgit.util.Base64
Specify that data should be gzip-compressed.

H

handles(String) - Method in class org.eclipse.jgit.transport.DaemonService
Determine if this service can handle the requested command.
has(RevFlag) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
Create a new filter that tests for a single flag.
has(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevObject
Test to see if the flag has been set on this object.
hasAll(RevFlag...) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
Create a new filter that tests all flags in a set.
hasAll(RevFlagSet) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
Create a new filter that tests all flags in a set.
hasAll(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
Test to see if all flags in the set have been set on this object.
hasAny(RevFlag...) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
Create a new filter that tests for any flag in a set.
hasAny(RevFlagSet) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
Create a new filter that tests for any flag in a set.
hasAny(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
Test to see if any flag in the set has been set on this object.
hash(int, long) - Method in class org.eclipse.jgit.lib.WindowCache
 
hashCode() - Method in class org.eclipse.jgit.diff.Edit
 
hashCode() - Method in class org.eclipse.jgit.diff.EditList
 
hashCode() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
hashCode() - Method in class org.eclipse.jgit.lib.AnyObjectId
 
hashCode() - Method in class org.eclipse.jgit.lib.PersonIdent
 
hashCode() - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
 
hashCode() - Method in class org.eclipse.jgit.revplot.PlotLane
 
hashCode() - Method in class org.eclipse.jgit.transport.RefSpec
 
hashCode() - Method in class org.eclipse.jgit.transport.URIish
 
hashes - Variable in class org.eclipse.jgit.diff.RawText
Hash code for each line, for fast equality elimination.
hashLine(byte[], int, int) - Method in class org.eclipse.jgit.diff.RawText
Compute a hash code for a single line.
hasMetaDataChanges() - Method in class org.eclipse.jgit.patch.FileHeader
 
hasNext() - Method in class org.eclipse.jgit.lib.TreeIterator
 
hasObject(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Does the requested object exist in this database?
hasObject(AnyObjectId) - Method in class org.eclipse.jgit.lib.PackFile
Determine if an object is contained within the pack file.
hasObject(AnyObjectId) - Method in class org.eclipse.jgit.lib.PackIndex
Determine if an object is contained within the pack file.
hasObject(AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
 
hasObject1(AnyObjectId) - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
hasObject1(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Fast half of ObjectDatabase.hasObject(AnyObjectId).
hasObject1(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
hasObject2(String) - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
hasObject2(String) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Slow half of ObjectDatabase.hasObject(AnyObjectId).
hasObject2(String) - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
hasRevSort(RevSort) - Method in class org.eclipse.jgit.revwalk.RevWalk
Check whether the provided sorting strategy is enabled.
hasTrackingRefUpdate() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
HEAD - Static variable in class org.eclipse.jgit.lib.Constants
Special name for the "HEAD" symbolic-ref.
HttpSupport - Class in org.eclipse.jgit.util
Extra utilities to support usage of HTTP.
HttpTransport - Class in org.eclipse.jgit.transport
The base class for transports that use HTTP as underlying protocol.
HttpTransport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.HttpTransport
Create a new transport instance.
HunkHeader - Class in org.eclipse.jgit.patch
Hunk header describing the layout of a single block of lines
HunkHeader.OldImage - Class in org.eclipse.jgit.patch
Details about an old image of the file.
HunkHeader.OldImage() - Constructor for class org.eclipse.jgit.patch.HunkHeader.OldImage
 

I

idBuffer() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
idBuffer() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Get the byte array buffer object IDs must be copied out of.
idBuffer() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
idBuffer() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
idBuffer() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
 
idEqual(AbstractTreeIterator) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Check if the current entry of both iterators has the same id.
idEqual(int, int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Compare two tree's current ObjectId values for equality.
idOffset() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
idOffset() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Get the position within AbstractTreeIterator.idBuffer() of this entry's ObjectId.
idOffset() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
idOffset() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
idOffset() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
 
include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
 
include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
 
include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
Determine if the supplied commit should be included in results.
include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
 
include(String, AnyObjectId) - Method in class org.eclipse.jgit.transport.BundleWriter
Include an object (and everything reachable from it) in the bundle.
include(Ref) - Method in class org.eclipse.jgit.transport.BundleWriter
Include a single ref (a name/object pair) in the bundle.
include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
 
include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
 
include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
 
include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
Determine if the current entry is interesting to report.
IncorrectObjectTypeException - Exception in org.eclipse.jgit.errors
An inconsistency with respect to handling different object types.
IncorrectObjectTypeException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.IncorrectObjectTypeException
Construct and IncorrectObjectTypeException for the specified object id.
IncorrectObjectTypeException(ObjectId, int) - Constructor for exception org.eclipse.jgit.errors.IncorrectObjectTypeException
Construct and IncorrectObjectTypeException for the specified object id.
incrementOpen() - Method in class org.eclipse.jgit.lib.Repository
Increment the use counter by one, requiring a matched Repository.close().
index(ProgressMonitor) - Method in class org.eclipse.jgit.transport.IndexPack
Consume data from the input stream until the packfile is indexed.
indexChanged(IndexChangedEvent) - Method in class org.eclipse.jgit.lib.RepositoryAdapter
 
indexChanged(IndexChangedEvent) - Method in interface org.eclipse.jgit.lib.RepositoryListener
Invoked when the index changes
IndexChangedEvent - Class in org.eclipse.jgit.lib
This class passes information about a changed Git index to a RepositoryListener Currently only a reference to the repository is passed.
IndexDiff - Class in org.eclipse.jgit.lib
Compares the Index, a Tree, and the working directory
IndexDiff(Repository) - Constructor for class org.eclipse.jgit.lib.IndexDiff
Construct an indexdiff for diffing the workdir against the index.
IndexDiff(Tree, GitIndex) - Constructor for class org.eclipse.jgit.lib.IndexDiff
Construct an indexdiff for diffing the workdir against both the index and a tree.
indexOf(RevFlag, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Find the next commit that has the given flag set.
IndexPack - Class in org.eclipse.jgit.transport
Indexes Git pack files for local use.
IndexPack(Repository, InputStream, File) - Constructor for class org.eclipse.jgit.transport.IndexPack
Create a new pack indexer utility.
IndexTreeVisitor - Interface in org.eclipse.jgit.lib
Visitor interface for traversing the index and two trees in parallel.
IndexTreeWalker - Class in org.eclipse.jgit.lib
A class for traversing the index and one or two trees.
IndexTreeWalker(GitIndex, Tree, File, IndexTreeVisitor) - Constructor for class org.eclipse.jgit.lib.IndexTreeWalker
Construct a walker for the index and one tree.
IndexTreeWalker(GitIndex, Tree, Tree, File, IndexTreeVisitor) - Constructor for class org.eclipse.jgit.lib.IndexTreeWalker
Construct a walker for the index and two trees.
InflaterCache - Class in org.eclipse.jgit.lib
Creates zlib based inflaters as necessary for object decompression.
INFO_REFS - Static variable in class org.eclipse.jgit.lib.Constants
Info refs folder
init(WorkingTreeIterator.Entry[]) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
Constructor helper.
initSession() - Method in class org.eclipse.jgit.transport.SshTransport
Initialize SSH session
install() - Static method in class org.eclipse.jgit.awtui.AwtAuthenticator
Install this authenticator implementation into the JVM.
INSTANCE - Static variable in exception org.eclipse.jgit.errors.StopWalkException
Singleton instance for throwing within a filter.
INSTANCE - Static variable in class org.eclipse.jgit.lib.NullProgressMonitor
Immutable instance of a null progress monitor.
INSTANCE - Static variable in class org.eclipse.jgit.lib.RefComparator
Singleton instance of RefComparator
INSTANCE - Static variable in class org.eclipse.jgit.util.FS
The implementation selected for this operating system and JRE.
InterruptTimer - Class in org.eclipse.jgit.util.io
Triggers an interrupt on the calling thread if it doesn't complete a block.
InterruptTimer() - Constructor for class org.eclipse.jgit.util.io.InterruptTimer
Create a new timer with a default thread name.
InterruptTimer(String) - Constructor for class org.eclipse.jgit.util.io.InterruptTimer
Create a new timer to signal on interrupt on the caller.
IntList - Class in org.eclipse.jgit.util
A more efficient List using a primitive integer array.
IntList() - Constructor for class org.eclipse.jgit.util.IntList
Create an empty list with a default capacity.
IntList(int) - Constructor for class org.eclipse.jgit.util.IntList
Create an empty list with the specified capacity.
InvalidObjectIdException - Exception in org.eclipse.jgit.errors
Thrown when an invalid object id is passed in as an argument.
InvalidObjectIdException(byte[], int, int) - Constructor for exception org.eclipse.jgit.errors.InvalidObjectIdException
Create exception with bytes of the invalid object id.
InvalidPatternException - Exception in org.eclipse.jgit.errors
Thrown when a pattern passed in an argument was wrong.
InvalidPatternException(String, String) - Constructor for exception org.eclipse.jgit.errors.InvalidPatternException
 
isAllowCreates() - Method in class org.eclipse.jgit.transport.ReceivePack
 
isAllowDeletes() - Method in class org.eclipse.jgit.transport.ReceivePack
 
isAllowNonFastForwards() - Method in class org.eclipse.jgit.transport.ReceivePack
 
isAssumedValid() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
isAssumeValid() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Is this entry always thought to be unmodified?
isBatchMode() - Method in class org.eclipse.jgit.transport.OpenSshConfig.Host
 
isCancelled() - Method in class org.eclipse.jgit.lib.NullProgressMonitor
 
isCancelled() - Method in interface org.eclipse.jgit.lib.ProgressMonitor
Check for user task cancellation.
isCancelled() - Method in class org.eclipse.jgit.lib.TextProgressMonitor
 
isChanged() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated.  
isCheckFetchedObjects() - Method in class org.eclipse.jgit.transport.Transport
 
isCheckReceivedObjects() - Method in class org.eclipse.jgit.transport.ReceivePack
 
isChild(PlotCommit) - Method in class org.eclipse.jgit.revplot.PlotCommit
Determine if the given commit is a child (descendant) of this commit.
isComplete() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
isDelete() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
isDeltaBaseAsOffset() - Method in class org.eclipse.jgit.lib.PackWriter
Check whether writer can store delta base as an offset (new style reducing pack size) or should store it as an object id (legacy style, compatible with old readers).
isDryRun() - Method in class org.eclipse.jgit.transport.Transport
 
isEnabled() - Method in class org.eclipse.jgit.transport.DaemonService
 
isExecutable() - Method in class org.eclipse.jgit.lib.FileTreeEntry
 
isExpectingOldObjectId() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
isExportAll() - Method in class org.eclipse.jgit.transport.Daemon
 
isFastForward() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
Check whether update was fast-forward.
isFetchThin() - Method in class org.eclipse.jgit.transport.Transport
Default setting is: Transport.DEFAULT_FETCH_THIN
isForceUpdate() - Method in class org.eclipse.jgit.lib.RefUpdate
Check if this update wants to forcefully change the ref.
isForceUpdate() - Method in class org.eclipse.jgit.transport.RefSpec
Check if this specification wants to forcefully update the destination.
isForceUpdate() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
isFsckObjects() - Method in class org.eclipse.jgit.lib.TransferConfig
 
isFull() - Method in class org.eclipse.jgit.lib.WindowCache
 
isGitRepository(File) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
Guess if a directory contains a Git repository.
isId(String) - Static method in class org.eclipse.jgit.lib.ObjectId
Test a string of characters to verify it is a hex format.
isIgnoreMissingUninteresting() - Method in class org.eclipse.jgit.lib.PackWriter
 
isLoaded() - Method in class org.eclipse.jgit.lib.Tree
 
isLogAllRefUpdates() - Method in class org.eclipse.jgit.lib.CoreConfig
 
isLoose() - Method in enum org.eclipse.jgit.lib.Ref.Storage
 
isMatch() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
 
isMergedInto(RevCommit, RevCommit) - Method in class org.eclipse.jgit.revwalk.RevWalk
Determine if a commit is reachable from another commit.
isMirror() - Method in class org.eclipse.jgit.transport.RemoteConfig
 
isMissingNewlineAtEnd() - Method in class org.eclipse.jgit.diff.RawText
Determine if the file ends with a LF ('\n').
isModified(File) - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Check if an entry's content is different from the cache, File status information is used and status is same we consider the file identical to the state in the working directory.
isModified(File, boolean) - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Check if an entry's content is different from the cache, File status information is used and status is same we consider the file identical to the state in the working directory.
isModified() - Method in class org.eclipse.jgit.lib.TreeEntry
 
isOverridable() - Method in class org.eclipse.jgit.transport.DaemonService
 
isPacked() - Method in enum org.eclipse.jgit.lib.Ref.Storage
 
isPackedGitMMAP() - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
isPathPrefix(byte[], int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Test if the supplied path matches the current entry's path.
isPathSuffix(byte[], int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Test if the supplied path matches (being suffix of) the current entry's path.
isPeeled() - Method in class org.eclipse.jgit.lib.Ref
 
isPending() - Method in class org.eclipse.jgit.revwalk.RevCommitList
Is this list still pending more items?
isPostChildren() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Is the current entry a subtree returned after its children?
isPostOrderTraversal() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Does this walker return a tree entry after it exits the subtree?
isPushThin() - Method in class org.eclipse.jgit.transport.Transport
Default setting is: false
isRecursive() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Is this walker automatically entering into subtrees?
isRemote() - Method in class org.eclipse.jgit.transport.URIish
 
isRemoveDeletedRefs() - Method in class org.eclipse.jgit.transport.Transport
 
isRetainBody() - Method in class org.eclipse.jgit.revwalk.RevWalk
Should the body of a commit or tag be retained after parsing its headers?
isReuseDeltas() - Method in class org.eclipse.jgit.lib.PackWriter
Check whether object is configured to reuse deltas existing in repository.
isReuseObjects() - Method in class org.eclipse.jgit.lib.PackWriter
Checks whether object is configured to reuse existing objects representation in repository.
isRoot() - Method in class org.eclipse.jgit.lib.Tree
 
isRunning() - Method in class org.eclipse.jgit.transport.Daemon
 
isSubtree() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Is the current entry a subtree?
isThin() - Method in class org.eclipse.jgit.lib.PackWriter
 
isUpdateNeeded() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
isValid() - Method in class org.eclipse.jgit.dircache.DirCacheTree
Determine if this cache is currently valid.
isValidRefName(String) - Static method in class org.eclipse.jgit.lib.Repository
Check validity of a ref name.
isWildcard(String) - Static method in class org.eclipse.jgit.transport.RefSpec
Check whether provided string is a wildcard ref spec component.
isWildcard() - Method in class org.eclipse.jgit.transport.RefSpec
Check if this specification is actually a wildcard pattern.
iterator() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
 
iterator() - Method in class org.eclipse.jgit.lib.PackFile
Provide iterator over entries in associated pack index, that should also exist in this pack file.
iterator() - Method in class org.eclipse.jgit.lib.PackIndex
Provide iterator that gives access to index entries.
iterator() - Method in class org.eclipse.jgit.revwalk.RevFlagSet
 
iterator() - Method in class org.eclipse.jgit.revwalk.RevWalk
Returns an Iterator over the commits of this walker.

K

KB - Static variable in class org.eclipse.jgit.lib.WindowCacheConfig
1024 (number of bytes in one kibibyte/kilobyte)
keep(int, int) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
Add a range of existing entries from the destination cache.
KEY - Static variable in class org.eclipse.jgit.lib.CoreConfig
Key for Config.get(SectionParser).
KEY - Static variable in class org.eclipse.jgit.lib.TransferConfig
Key for Config.get(SectionParser).
KEY - Static variable in class org.eclipse.jgit.lib.UserConfig
Key for Config.get(SectionParser).

L

laneColor(TLane) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Obtain the color reference used to paint this lane.
lastChar(TreeEntry) - Static method in class org.eclipse.jgit.lib.TreeEntry
Helper for accessing tree/blob methods.
lastChar(GitIndex.Entry) - Static method in class org.eclipse.jgit.lib.TreeEntry
Helper for accessing tree/blob/index methods.
lastIndexOf(RevFlag, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Find the next commit that has the given flag set.
length() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
length() - Method in class org.eclipse.jgit.util.RawCharSequence
 
length() - Method in class org.eclipse.jgit.util.TemporaryBuffer
Obtain the length (in bytes) of the buffer.
lenient(File) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
Obtain a pointer to a location on disk.
LIFORevQueue - Class in org.eclipse.jgit.revwalk
A queue of commits in LIFO order.
LIFORevQueue() - Constructor for class org.eclipse.jgit.revwalk.LIFORevQueue
Create an empty LIFO queue.
lineMap(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Index the region between [ptr, end) to find line starts.
lines - Variable in class org.eclipse.jgit.diff.RawText
Map of line number to starting position within RawText.content.
list(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
List the names of keys available within a bucket.
load() - Method in class org.eclipse.jgit.lib.FileBasedConfig
Load the configuration as a Git text style configuration file.
load(PackFile, long) - Method in class org.eclipse.jgit.lib.WindowCache
 
loadAlternates() - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
loadAlternates() - Method in class org.eclipse.jgit.lib.ObjectDatabase
Load the list of alternate databases into memory.
loadAlternates() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
LOADED_ONLY - Static variable in class org.eclipse.jgit.lib.TreeEntry
a flag for TreeEntry.accept(TreeVisitor, int) to visit only loaded entries
local - Variable in class org.eclipse.jgit.transport.Transport
The repository this transport fetches into, or pushes out of.
lock(File) - Static method in class org.eclipse.jgit.dircache.DirCache
Create a new in-core index representation, lock it, and read from disk.
lock(Repository) - Static method in class org.eclipse.jgit.dircache.DirCache
Create a new in-core index representation, lock it, and read from disk.
lock() - Method in class org.eclipse.jgit.dircache.DirCache
Try to establish an update lock on the cache file.
lock() - Method in class org.eclipse.jgit.lib.LockFile
Try to establish the lock.
lock(String) - Method in class org.eclipse.jgit.lib.PackLock
Create the pack-*.keep file, with the given message.
LockFile - Class in org.eclipse.jgit.lib
Git style file locking and replacement.
LockFile(File) - Constructor for class org.eclipse.jgit.lib.LockFile
Create a new lock for any file.
lockForAppend() - Method in class org.eclipse.jgit.lib.LockFile
Try to establish the lock for appending.
LOGS - Static variable in class org.eclipse.jgit.lib.Constants
Logs folder name
lookup(String) - Method in class org.eclipse.jgit.transport.OpenSshConfig
Locate the configuration for a specific host request.
lookupAny(AnyObjectId, int) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to any object without loading it.
lookupBlob(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to a blob without loading it.
lookupCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to a commit without loading it.
lookupTree(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to a tree without loading it.

M

mapCommit(String) - Method in class org.eclipse.jgit.lib.Repository
Access a Commit object using a symbolic reference.
mapCommit(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
Access a Commit by SHA'1 id.
mapObject(ObjectId, String) - Method in class org.eclipse.jgit.lib.Repository
Access any type of Git object by id and
mapTag(String) - Method in class org.eclipse.jgit.lib.Repository
Access a tag by symbolic name.
mapTag(String, ObjectId) - Method in class org.eclipse.jgit.lib.Repository
Access a Tag by SHA'1 id
mapTree(String) - Method in class org.eclipse.jgit.lib.Repository
Access a Tree object using a symbolic reference.
mapTree(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
Access a Tree by SHA'1 id.
markStart(RevObject) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
Mark an object or commit to start graph traversal from.
markStart(RevCommit) - Method in class org.eclipse.jgit.revwalk.RevWalk
Mark a commit to start graph traversal from.
markStart(Collection<RevCommit>) - Method in class org.eclipse.jgit.revwalk.RevWalk
Mark commits to start graph traversal from.
markUninteresting(RevObject) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
Mark an object to not produce in the output.
markUninteresting(RevCommit) - Method in class org.eclipse.jgit.revwalk.RevWalk
Mark a commit to not produce in the output.
MASTER - Static variable in class org.eclipse.jgit.lib.Constants
Default main branch name
match(byte[], int, byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
Determine if b[ptr] matches src.
match(RawCharSequence) - Method in class org.eclipse.jgit.util.RawSubStringPattern
Match a character sequence against this pattern.
matchDestination(String) - Method in class org.eclipse.jgit.transport.RefSpec
Does this specification's destination description match the ref name?
matchDestination(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
Does this specification's destination description match the ref?
matches(FooterKey) - Method in class org.eclipse.jgit.revwalk.FooterLine
 
matchSource(String) - Method in class org.eclipse.jgit.transport.RefSpec
Does this specification's source description match the ref name?
matchSource(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
Does this specification's source description match the ref?
MB - Static variable in class org.eclipse.jgit.lib.WindowCacheConfig
1024 WindowCacheConfig.KB (number of bytes in one mebibyte/megabyte)
memberCount() - Method in class org.eclipse.jgit.lib.Tree
 
members() - Method in class org.eclipse.jgit.lib.Tree
Return all members of the tree sorted in Git order.
merge(AnyObjectId[]) - Method in class org.eclipse.jgit.merge.Merger
Merge together two or more tree-ish objects.
merge(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.merge.ThreeWayMerger
Merge together two tree-ish objects.
merge(AnyObjectId[]) - Method in class org.eclipse.jgit.merge.ThreeWayMerger
 
MERGE_BASE - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
Selects only merge bases of the starting points (thread safe).
mergeBase(int, int) - Method in class org.eclipse.jgit.merge.Merger
Create an iterator to walk the merge base of two commits.
mergeBase() - Method in class org.eclipse.jgit.merge.ThreeWayMerger
Create an iterator to walk the merge base.
mergeImpl() - Method in class org.eclipse.jgit.merge.Merger
Execute the merge.
Merger - Class in org.eclipse.jgit.merge
Instance of a specific MergeStrategy for a single Repository.
Merger(Repository) - Constructor for class org.eclipse.jgit.merge.Merger
Create a new merge instance for a repository.
MergeStrategy - Class in org.eclipse.jgit.merge
A method of combining two or more trees together to form an output tree.
MergeStrategy() - Constructor for class org.eclipse.jgit.merge.MergeStrategy
 
MessageRevFilter - Class in org.eclipse.jgit.revwalk.filter
Matches only commits whose message matches the pattern.
MISSING - Static variable in class org.eclipse.jgit.lib.FileMode
Mode indicating an entry is missing during parallel walks.
MissingBundlePrerequisiteException - Exception in org.eclipse.jgit.errors
Indicates a base/common object was required, but is not found.
MissingBundlePrerequisiteException(URIish, Map<ObjectId, String>) - Constructor for exception org.eclipse.jgit.errors.MissingBundlePrerequisiteException
Constructs a MissingBundlePrerequisiteException for a set of objects.
MissingObjectException - Exception in org.eclipse.jgit.errors
An expected object is missing.
MissingObjectException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.MissingObjectException
Construct a MissingObjectException for the specified object id.
MissingObjectException(ObjectId, int) - Constructor for exception org.eclipse.jgit.errors.MissingObjectException
Construct a MissingObjectException for the specified object id.
mode - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Mode bits for the current entry.
MODIFIED_ONLY - Static variable in class org.eclipse.jgit.lib.TreeEntry
a flag for TreeEntry.accept(TreeVisitor, int) to visit only modified entries
MutableInteger - Class in org.eclipse.jgit.util
A boxed integer that can be modified.
MutableInteger() - Constructor for class org.eclipse.jgit.util.MutableInteger
 
MutableObjectId - Class in org.eclipse.jgit.lib
A mutable SHA-1 abstraction.
MutableObjectId() - Constructor for class org.eclipse.jgit.lib.MutableObjectId
Empty constructor.

N

name() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
name() - Method in class org.eclipse.jgit.lib.AnyObjectId
 
name() - Method in class org.eclipse.jgit.lib.PackIndex.MutableEntry
 
NameConflictTreeWalk - Class in org.eclipse.jgit.treewalk
Specialized TreeWalk to detect directory-file (D/F) name conflicts.
NameConflictTreeWalk(Repository) - Constructor for class org.eclipse.jgit.treewalk.NameConflictTreeWalk
Create a new tree walker for a given repository.
NB - Class in org.eclipse.jgit.util
Conversion utilities for network byte order handling.
negate() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
 
negate() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
Create a new filter that does the opposite of this filter.
negate() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
 
negate() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
Create a new filter that does the opposite of this filter.
newFlag(String) - Method in class org.eclipse.jgit.revwalk.RevWalk
Create a new flag for application use during walking.
newId - Variable in class org.eclipse.jgit.patch.FileHeader
ObjectId listed on the index line for the new (post-image)
newInCore() - Static method in class org.eclipse.jgit.dircache.DirCache
Create a new empty index which is never stored on disk.
newMerger(Repository) - Method in class org.eclipse.jgit.merge.MergeStrategy
Create a new merge instance.
newMerger(Repository) - Method in class org.eclipse.jgit.merge.StrategyOneSided
 
newMerger(Repository) - Method in class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
 
newMerger(Repository) - Method in class org.eclipse.jgit.merge.ThreeWayMergeStrategy
 
newMessageDigest() - Static method in class org.eclipse.jgit.lib.Constants
Create a new digest function for objects.
newMode - Variable in class org.eclipse.jgit.patch.FileHeader
New mode of the file, if described by the patch, else null.
next(int) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
 
next() - Method in class org.eclipse.jgit.lib.TreeIterator
 
next() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
 
next() - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
 
next() - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
 
next() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
 
next() - Method in class org.eclipse.jgit.revwalk.RevWalk
Pop the next most recent commit.
next(int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Move to next entry, populating this iterator with the entry data.
next() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
next(int) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
 
next(int) - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
next() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Advance this walker to the next relevant entry.
next(int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
 
next(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the first position after a given character.
nextEntry(int) - Method in class org.eclipse.jgit.dircache.DirCache
Determine the next index position past all entries with the same name.
nextLF(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the first position after the next LF.
nextLF(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the first position after either the given character or LF.
nextObject() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
Pop the next most recent object.
NO_ALTERNATES - Static variable in class org.eclipse.jgit.lib.ObjectDatabase
Constant indicating no alternate databases exist.
NO_MERGES - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
Excludes commits with more than one parent (thread safe).
NO_OPTIONS - Static variable in class org.eclipse.jgit.util.Base64
No options specified.
NoClosingBracketException - Exception in org.eclipse.jgit.errors
Thrown when a pattern contains a character group which is open to the right side or a character class which is open to the right side.
NoClosingBracketException(int, String, String, String) - Constructor for exception org.eclipse.jgit.errors.NoClosingBracketException
 
NONE - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
Default filter that always returns false (thread safe).
NoRemoteRepositoryException - Exception in org.eclipse.jgit.errors
Indicates a remote repository does not exist.
NoRemoteRepositoryException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.NoRemoteRepositoryException
Constructs an exception indicating a repository does not exist.
NotRevFilter - Class in org.eclipse.jgit.revwalk.filter
Includes a commit only if the subfilter does not include the commit.
NotSupportedException - Exception in org.eclipse.jgit.errors
JGit encountered a case that it knows it cannot yet handle.
NotSupportedException(String) - Constructor for exception org.eclipse.jgit.errors.NotSupportedException
Construct a NotSupportedException for some issue JGit cannot yet handle.
NotSupportedException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.NotSupportedException
Construct a NotSupportedException for some issue JGit cannot yet handle.
NotTreeFilter - Class in org.eclipse.jgit.treewalk.filter
Includes an entry only if the subfilter does not include the entry.
NULL - Static variable in interface org.eclipse.jgit.transport.PostReceiveHook
A simple no-op hook.
NULL - Static variable in interface org.eclipse.jgit.transport.PreReceiveHook
A simple no-op hook.
NullProgressMonitor - Class in org.eclipse.jgit.lib
A NullProgressMonitor does not report progress anywhere.

O

OBJ_BAD - Static variable in class org.eclipse.jgit.lib.Constants
An unknown or invalid object type code.
OBJ_BLOB - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: blob.
OBJ_COMMIT - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: commit.
OBJ_EXT - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: extended types.
OBJ_OFS_DELTA - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: offset delta
OBJ_REF_DELTA - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: reference delta
OBJ_TAG - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: annotated tag.
OBJ_TREE - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: tree.
OBJ_TYPE_5 - Static variable in class org.eclipse.jgit.lib.Constants
In-pack object type: reserved for future use.
object - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "object "
OBJECT_ID_LENGTH - Static variable in class org.eclipse.jgit.lib.Constants
Length of an object hash.
ObjectChecker - Class in org.eclipse.jgit.lib
Verifies that an object is formatted correctly.
ObjectChecker() - Constructor for class org.eclipse.jgit.lib.ObjectChecker
 
ObjectDatabase - Class in org.eclipse.jgit.lib
Abstraction of arbitrary object storage.
ObjectDatabase() - Constructor for class org.eclipse.jgit.lib.ObjectDatabase
Initialize a new database instance for access.
ObjectDirectory - Class in org.eclipse.jgit.lib
Traditional file system based ObjectDatabase.
ObjectDirectory(File) - Constructor for class org.eclipse.jgit.lib.ObjectDirectory
Initialize a reference to an on-disk object directory.
ObjectId - Class in org.eclipse.jgit.lib
A SHA-1 abstraction.
ObjectId(AnyObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectId
Initialize this instance by copying another existing ObjectId.
ObjectIdSubclassMap<V extends ObjectId> - Class in org.eclipse.jgit.lib
Fast, efficient map specifically for ObjectId subclasses.
ObjectIdSubclassMap() - Constructor for class org.eclipse.jgit.lib.ObjectIdSubclassMap
Create an empty map.
ObjectLoader - Class in org.eclipse.jgit.lib
Base class for a set of loaders for different representations of Git objects.
ObjectLoader() - Constructor for class org.eclipse.jgit.lib.ObjectLoader
 
ObjectWalk - Class in org.eclipse.jgit.revwalk
Specialized subclass of RevWalk to include trees, blobs and tags.
ObjectWalk(Repository) - Constructor for class org.eclipse.jgit.revwalk.ObjectWalk
Create a new revision and object walker for a given repository.
ObjectWriter - Class in org.eclipse.jgit.lib
A class for writing loose objects.
ObjectWriter(Repository) - Constructor for class org.eclipse.jgit.lib.ObjectWriter
Construct an Object writer for the specified repository
ObjectWritingException - Exception in org.eclipse.jgit.errors
Cannot store an object in the object database.
ObjectWritingException(String) - Constructor for exception org.eclipse.jgit.errors.ObjectWritingException
Constructs an ObjectWritingException with the specified detail message.
ObjectWritingException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.ObjectWritingException
Constructs an ObjectWritingException with the specified detail message.
onPostReceive(ReceivePack, Collection<ReceiveCommand>) - Method in interface org.eclipse.jgit.transport.PostReceiveHook
Invoked after all commands are executed and status has been returned.
onPreReceive(ReceivePack, Collection<ReceiveCommand>) - Method in interface org.eclipse.jgit.transport.PreReceiveHook
Invoked just before commands are executed.
open(File) - Static method in class org.eclipse.jgit.lib.PackIndex
Open an existing pack .idx file for reading.
open(boolean) - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
 
open(boolean) - Method in interface org.eclipse.jgit.lib.RepositoryCache.Key
Called by RepositoryCache.open(Key) if it doesn't exist yet.
open(RepositoryCache.Key) - Static method in class org.eclipse.jgit.lib.RepositoryCache
Open an existing repository, reusing a cached instance if possible.
open(RepositoryCache.Key, boolean) - Static method in class org.eclipse.jgit.lib.RepositoryCache
Open a repository, reusing a cached instance if possible.
open(Repository, String) - Static method in class org.eclipse.jgit.transport.Transport
Open a new transport instance to connect two repositories.
open(Repository, String, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
Open a new transport instance to connect two repositories.
open(Repository, RemoteConfig) - Static method in class org.eclipse.jgit.transport.Transport
Open a new transport instance to connect two repositories.
open(Repository, RemoteConfig, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
Open a new transport instance to connect two repositories.
open(Repository, URIish) - Static method in class org.eclipse.jgit.transport.Transport
Open a new transport instance to connect two repositories.
openAll(Repository, String) - Static method in class org.eclipse.jgit.transport.Transport
Open new transport instances to connect two repositories.
openAll(Repository, String, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
Open new transport instances to connect two repositories.
openAll(Repository, RemoteConfig) - Static method in class org.eclipse.jgit.transport.Transport
Open new transport instances to connect two repositories.
openAll(Repository, RemoteConfig, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
Open new transport instances to connect two repositories.
openBlob(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
 
openFetch() - Method in class org.eclipse.jgit.transport.Transport
Begins a new connection for fetching from the remote repository.
openFetch() - Method in class org.eclipse.jgit.transport.TransportAmazonS3
 
openFetch() - Method in class org.eclipse.jgit.transport.TransportBundleStream
 
openFetch() - Method in class org.eclipse.jgit.transport.TransportGitSsh
 
openFetch() - Method in class org.eclipse.jgit.transport.TransportHttp
 
openFetch() - Method in class org.eclipse.jgit.transport.TransportSftp
 
openInputStream() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
 
openInputStream() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
Obtain an input stream to read the file content.
openObject(WindowCursor, AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Open an object from this database.
openObject(AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
 
openObject(WindowCursor, AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
 
openObject1(WindowCursor, AnyObjectId) - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
openObject1(WindowCursor, AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Fast half of ObjectDatabase.openObject(WindowCursor, AnyObjectId).
openObject1(WindowCursor, AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
openObject2(WindowCursor, String, AnyObjectId) - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
openObject2(WindowCursor, String, AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
Slow half of ObjectDatabase.openObject(WindowCursor, AnyObjectId).
openObject2(WindowCursor, String, AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
openObjectInAllPacks(AnyObjectId, WindowCursor) - Method in class org.eclipse.jgit.lib.Repository
Open object in all packs containing specified object.
openPack(File, File) - Method in class org.eclipse.jgit.lib.ObjectDirectory
Add a single existing pack to the list of available pack files.
openPack(File, File) - Method in class org.eclipse.jgit.lib.Repository
Add a single existing pack to the list of available pack files.
openPush() - Method in class org.eclipse.jgit.transport.Transport
Begins a new connection for pushing into the remote repository.
openPush() - Method in class org.eclipse.jgit.transport.TransportAmazonS3
 
openPush() - Method in class org.eclipse.jgit.transport.TransportBundleStream
 
openPush() - Method in class org.eclipse.jgit.transport.TransportGitSsh
 
openPush() - Method in class org.eclipse.jgit.transport.TransportHttp
 
openPush() - Method in class org.eclipse.jgit.transport.TransportSftp
 
openReader() - Method in class org.eclipse.jgit.lib.FileTreeEntry
 
OpenSshConfig - Class in org.eclipse.jgit.transport
Simple configuration parser for the OpenSSH ~/.ssh/config file.
OpenSshConfig.Host - Class in org.eclipse.jgit.transport
Configuration of one "Host" block in the configuration file.
OpenSshConfig.Host() - Constructor for class org.eclipse.jgit.transport.OpenSshConfig.Host
 
openTree(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
 
openTree(AnyObjectId) - Method in class org.eclipse.jgit.merge.Merger
Open an iterator over a tree.
openUserConfig() - Method in class org.eclipse.jgit.util.SystemReader
 
OperationResult - Class in org.eclipse.jgit.transport
Class holding result of operation on remote repository.
OperationResult() - Constructor for class org.eclipse.jgit.transport.OperationResult
 
option() - Method in enum org.eclipse.jgit.transport.TagOpt
Get the command line/configuration file text for this value.
org.eclipse.jgit.awtui - package org.eclipse.jgit.awtui
 
org.eclipse.jgit.diff - package org.eclipse.jgit.diff
 
org.eclipse.jgit.dircache - package org.eclipse.jgit.dircache
 
org.eclipse.jgit.errors - package org.eclipse.jgit.errors
 
org.eclipse.jgit.fnmatch - package org.eclipse.jgit.fnmatch
 
org.eclipse.jgit.lib - package org.eclipse.jgit.lib
 
org.eclipse.jgit.merge - package org.eclipse.jgit.merge
 
org.eclipse.jgit.patch - package org.eclipse.jgit.patch
 
org.eclipse.jgit.revplot - package org.eclipse.jgit.revplot
 
org.eclipse.jgit.revwalk - package org.eclipse.jgit.revwalk
 
org.eclipse.jgit.revwalk.filter - package org.eclipse.jgit.revwalk.filter
 
org.eclipse.jgit.transport - package org.eclipse.jgit.transport
 
org.eclipse.jgit.treewalk - package org.eclipse.jgit.treewalk
 
org.eclipse.jgit.treewalk.filter - package org.eclipse.jgit.treewalk.filter
 
org.eclipse.jgit.util - package org.eclipse.jgit.util
 
org.eclipse.jgit.util.io - package org.eclipse.jgit.util.io
 
OrRevFilter - Class in org.eclipse.jgit.revwalk.filter
Includes a commit if any subfilters include the same commit.
OrRevFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.OrRevFilter
 
OrTreeFilter - Class in org.eclipse.jgit.treewalk.filter
Includes a tree entry if any subfilters include the same tree entry.
OrTreeFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.OrTreeFilter
 
OS_USER_NAME_KEY - Static variable in class org.eclipse.jgit.lib.Constants
The environment variable that contains the system user name
OURS - Static variable in class org.eclipse.jgit.merge.MergeStrategy
Simple strategy that sets the output tree to the first input tree.
out - Variable in class org.eclipse.jgit.lib.PackIndexWriter
The index data stream we are responsible for creating.

P

PACK_SIGNATURE - Static variable in class org.eclipse.jgit.lib.Constants
Pack file signature that occurs at file header - identifies file as Git packfile formatted.
packChecksum - Variable in class org.eclipse.jgit.lib.PackIndex
Footer checksum applied on the bottom of the pack file.
packChecksum - Variable in class org.eclipse.jgit.lib.PackIndexWriter
SHA-1 checksum for the entire pack data.
PACKED_REFS - Static variable in class org.eclipse.jgit.lib.Constants
Packed refs file
PackedObjectInfo - Class in org.eclipse.jgit.transport
Description of an object stored in a pack file, including offset.
PackedObjectInfo(AnyObjectId) - Constructor for class org.eclipse.jgit.transport.PackedObjectInfo
Create a new structure to remember information about an object.
PackFile - Class in org.eclipse.jgit.lib
A Git version 2 pack file representation.
PackFile(File, File) - Constructor for class org.eclipse.jgit.lib.PackFile
Construct a reader for an existing, pre-indexed packfile.
PackIndex - Class in org.eclipse.jgit.lib
Access path to locate objects by ObjectId in a PackFile.
PackIndex() - Constructor for class org.eclipse.jgit.lib.PackIndex
 
PackIndex.MutableEntry - Class in org.eclipse.jgit.lib
Represent mutable entry of pack index consisting of object id and offset in pack (both mutable).
PackIndex.MutableEntry() - Constructor for class org.eclipse.jgit.lib.PackIndex.MutableEntry
 
PackIndexWriter - Class in org.eclipse.jgit.lib
Creates a table of contents to support random access by PackFile.
PackIndexWriter(OutputStream) - Constructor for class org.eclipse.jgit.lib.PackIndexWriter
Create a new writer instance.
PackInvalidException - Exception in org.eclipse.jgit.errors
Thrown when a PackFile previously failed and is known to be unusable
PackInvalidException(File) - Constructor for exception org.eclipse.jgit.errors.PackInvalidException
Construct a pack invalid error.
PackLock - Class in org.eclipse.jgit.lib
Keeps track of a PackFile's associated .keep file.
PackLock(File) - Constructor for class org.eclipse.jgit.lib.PackLock
Create a new lock for a pack file.
PackMismatchException - Exception in org.eclipse.jgit.errors
Thrown when a PackFile no longer matches the PackIndex.
PackMismatchException(String) - Constructor for exception org.eclipse.jgit.errors.PackMismatchException
Construct a pack modification error.
PackProtocolException - Exception in org.eclipse.jgit.errors
Indicates a protocol error has occurred while fetching/pushing objects.
PackProtocolException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
Constructs an PackProtocolException with the specified detail message prefixed with provided URI.
PackProtocolException(URIish, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
Constructs an PackProtocolException with the specified detail message prefixed with provided URI.
PackProtocolException(String) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
Constructs an PackProtocolException with the specified detail message.
PackProtocolException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
Constructs an PackProtocolException with the specified detail message.
PackTransport - Interface in org.eclipse.jgit.transport
Marker interface an object transport using Git pack transfers.
PackWriter - Class in org.eclipse.jgit.lib
PackWriter class is responsible for generating pack files from specified set of objects from repository.
PackWriter(Repository, ProgressMonitor) - Constructor for class org.eclipse.jgit.lib.PackWriter
Create writer for specified repository.
PackWriter(Repository, ProgressMonitor, ProgressMonitor) - Constructor for class org.eclipse.jgit.lib.PackWriter
Create writer for specified repository.
paintCommit(PlotCommit<TLane>, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
Paint one commit using the underlying graphics library.
parent - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "parent "
parse(Config) - Method in interface org.eclipse.jgit.lib.Config.SectionParser
Create a model object from a configuration.
parse(InputStream) - Method in class org.eclipse.jgit.patch.Patch
Parse a patch received from an InputStream.
parse(byte[], int, int) - Method in class org.eclipse.jgit.patch.Patch
Parse a patch stored in a byte[].
parseAny(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to any object and immediately parse its headers.
parseBase10(byte[], int, MutableInteger) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse a base 10 numeric from a sequence of ASCII digits into an int.
parseBody(RevObject) - Method in class org.eclipse.jgit.revwalk.RevWalk
Ensure the object's fully body content is available.
parseCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to a commit and immediately parse its content.
parseEncoding(byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse the "encoding " header into a character set reference.
parseHeaders(RevObject) - Method in class org.eclipse.jgit.revwalk.RevWalk
Ensure the object's critical headers have been parsed.
parseHexInt16(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse 4 character base 16 (hex) formatted string to unsigned integer.
parseHexInt32(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse 8 character base 16 (hex) formatted string to unsigned integer.
parseHexInt4(byte) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse a single hex digit to its numeric value (0-15).
parseIndexLine(int, int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
parseLongBase10(byte[], int, MutableInteger) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse a base 10 numeric from a sequence of ASCII digits into a long.
parseNewFileMode(int, int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
 
parsePersonIdent(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse a name line (e.g.
parsePersonIdentOnly(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse a name data (e.g.
parseTimeZoneOffset(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Parse a Git style timezone string.
parseTree(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
Locate a reference to a tree.
Patch - Class in org.eclipse.jgit.patch
A parsed collection of FileHeaders from a unified diff patch file
Patch() - Constructor for class org.eclipse.jgit.patch.Patch
Create an empty patch.
path - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Path buffer for the current entry.
pathCompare(AbstractTreeIterator) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Compare the path of this current entry to another iterator's entry.
PathFilter - Class in org.eclipse.jgit.treewalk.filter
Includes tree entries only if they match the configured path.
PathFilterGroup - Class in org.eclipse.jgit.treewalk.filter
Includes tree entries only if they match one or more configured paths.
PathFilterGroup() - Constructor for class org.eclipse.jgit.treewalk.filter.PathFilterGroup
 
pathLen - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Total length of the current entry's complete path from the root.
pathOffset - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Position within AbstractTreeIterator.path this iterator starts writing at.
PathSuffixFilter - Class in org.eclipse.jgit.treewalk.filter
Includes tree entries only if they match the configured path.
pattern() - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
Get the pattern this filter uses.
pattern() - Method in class org.eclipse.jgit.util.RawSubStringPattern
Get the literal pattern string this instance searches for.
PatternMatchRevFilter - Class in org.eclipse.jgit.revwalk.filter
Abstract filter that searches text using extended regular expressions.
PatternMatchRevFilter(String, boolean, boolean, int) - Constructor for class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
Construct a new pattern matching filter.
peek() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
Peek at the next commit, without removing it.
peel(Ref) - Method in class org.eclipse.jgit.lib.Repository
Peel a possibly unpeeled ref and updates it.
PersonIdent - Class in org.eclipse.jgit.lib
A combination of a person identity and time in Git.
PersonIdent(Repository) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Creates new PersonIdent from config info in repository, with current time.
PersonIdent(PersonIdent) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Copy a PersonIdent.
PersonIdent(String, String) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Construct a new PersonIdent with current time.
PersonIdent(PersonIdent, Date, TimeZone) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Copy a PersonIdent, but alter the clone's time stamp
PersonIdent(PersonIdent, Date) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Copy a PersonIdent, but alter the clone's time stamp
PersonIdent(String, String, Date, TimeZone) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Construct a PersonIdent from simple data
PersonIdent(String, String, long, int) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Construct a PersonIdent
PersonIdent(PersonIdent, long, int) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Copy a PersonIdent, but alter the clone's time stamp
PersonIdent(String) - Constructor for class org.eclipse.jgit.lib.PersonIdent
Construct a PersonIdent from a string with full name, email, time time zone string.
PlotCommit<L extends PlotLane> - Class in org.eclipse.jgit.revplot
A commit reference to a commit in the DAG.
PlotCommit(AnyObjectId, Ref[]) - Constructor for class org.eclipse.jgit.revplot.PlotCommit
Create a new commit.
PlotCommitList<L extends PlotLane> - Class in org.eclipse.jgit.revplot
An ordered list of PlotCommit subclasses.
PlotCommitList() - Constructor for class org.eclipse.jgit.revplot.PlotCommitList
 
PlotLane - Class in org.eclipse.jgit.revplot
A line space within the graph.
PlotLane() - Constructor for class org.eclipse.jgit.revplot.PlotLane
 
PlotWalk - Class in org.eclipse.jgit.revplot
Specialized RevWalk for visualization of a commit graph.
PlotWalk(Repository) - Constructor for class org.eclipse.jgit.revplot.PlotWalk
Create a new revision walker for a given repository.
PostReceiveHook - Interface in org.eclipse.jgit.transport
Hook invoked by ReceivePack after all updates are executed.
prefixCompare(AnyObjectId) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
Compares this abbreviation to a full object id.
preparePack(Iterator<RevObject>) - Method in class org.eclipse.jgit.lib.PackWriter
Prepare the list of objects to be written to the pack stream.
preparePack(Collection<? extends ObjectId>, Collection<? extends ObjectId>) - Method in class org.eclipse.jgit.lib.PackWriter
Prepare the list of objects to be written to the pack stream.
PreReceiveHook - Interface in org.eclipse.jgit.transport
Hook invoked by ReceivePack before any updates are executed.
prev(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the first position before a given character.
prevLF(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the first position before the previous LF.
prevLF(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the previous position before either the given character or LF.
PROGRESS_DOWNLOAD - Static variable in class org.eclipse.jgit.transport.IndexPack
Progress message when reading raw data from the pack.
PROGRESS_RESOLVE_DELTA - Static variable in class org.eclipse.jgit.transport.IndexPack
Progress message when computing names of delta compressed objects.
ProgressMonitor - Interface in org.eclipse.jgit.lib
A progress reporting interface.
proxyFor(ProxySelector, URL) - Static method in class org.eclipse.jgit.util.HttpSupport
Determine the proxy server (if any) needed to obtain a URL.
ptr - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
Index of entry within DirCacheIterator.cache.
push(ProgressMonitor, Map<String, RemoteRefUpdate>) - Method in interface org.eclipse.jgit.transport.PushConnection
Pushes to the remote repository basing on provided specification.
push(ProgressMonitor, Collection<RemoteRefUpdate>) - Method in class org.eclipse.jgit.transport.Transport
Push objects and refs from the local repository to the remote one.
PushConnection - Interface in org.eclipse.jgit.transport
Lists known refs from the remote and sends objects to the remote.
PushResult - Class in org.eclipse.jgit.transport
Result of push operation to the remote repository.
PushResult() - Constructor for class org.eclipse.jgit.transport.PushResult
 
put(String, String, byte[]) - Method in class org.eclipse.jgit.transport.AmazonS3
Atomically create or replace a single small object.

Q

quote(String) - Method in class org.eclipse.jgit.util.QuotedString.BourneStyle
 
quote(String) - Method in class org.eclipse.jgit.util.QuotedString.BourneUserPathStyle
 
quote(String) - Method in class org.eclipse.jgit.util.QuotedString.GitPathStyle
 
quote(String) - Method in class org.eclipse.jgit.util.QuotedString
Quote an input string by the quoting rules.
QuotedString - Class in org.eclipse.jgit.util
Utility functions related to quoted string handling.
QuotedString() - Constructor for class org.eclipse.jgit.util.QuotedString
 
QuotedString.BourneStyle - Class in org.eclipse.jgit.util
Quoting style used by the Bourne shell.
QuotedString.BourneStyle() - Constructor for class org.eclipse.jgit.util.QuotedString.BourneStyle
 
QuotedString.BourneUserPathStyle - Class in org.eclipse.jgit.util
Bourne style, but permits ~user at the start of the string.
QuotedString.BourneUserPathStyle() - Constructor for class org.eclipse.jgit.util.QuotedString.BourneUserPathStyle
 
QuotedString.GitPathStyle - Class in org.eclipse.jgit.util
Quoting style that obeys the rules Git applies to file names

R

R_HEADS - Static variable in class org.eclipse.jgit.lib.Constants
Prefix for branch refs
R_REFS - Static variable in class org.eclipse.jgit.lib.Constants
Prefix for any ref
R_REMOTES - Static variable in class org.eclipse.jgit.lib.Constants
Prefix for remotes refs
R_TAGS - Static variable in class org.eclipse.jgit.lib.Constants
Prefix for tag refs
RawCharSequence - Class in org.eclipse.jgit.util
A rough character sequence around a raw byte buffer.
RawCharSequence(byte[], int, int) - Constructor for class org.eclipse.jgit.util.RawCharSequence
Create a rough character sequence around the raw byte buffer.
RawParseUtils - Class in org.eclipse.jgit.util
Handy utility functions to parse raw object contents.
RawSubStringPattern - Class in org.eclipse.jgit.util
Searches text using only substring search.
RawSubStringPattern(String) - Constructor for class org.eclipse.jgit.util.RawSubStringPattern
Construct a new substring pattern.
RawText - Class in org.eclipse.jgit.diff
A Sequence supporting UNIX formatted text in byte[] format.
RawText(byte[]) - Constructor for class org.eclipse.jgit.diff.RawText
Create a new sequence from an existing content byte array.
read(File) - Static method in class org.eclipse.jgit.dircache.DirCache
Create a new in-core index representation and read an index from disk.
read(Repository) - Static method in class org.eclipse.jgit.dircache.DirCache
Create a new in-core index representation and read an index from disk.
read() - Method in class org.eclipse.jgit.dircache.DirCache
Read the index from disk, if it has changed on disk.
read() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Read the cache file into memory.
read() - Method in class org.eclipse.jgit.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.eclipse.jgit.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
 
read(byte[]) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
 
read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
 
readFully(File) - Static method in class org.eclipse.jgit.util.NB
Read an entire local file into memory as a byte array.
readFully(File, int) - Static method in class org.eclipse.jgit.util.NB
Read an entire local file into memory as a byte array.
readFully(InputStream, byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
Read the entire byte array into memory, or throw an exception.
readFully(FileChannel, long, byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
Read the entire byte array into memory, or throw an exception.
readTree(Tree) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Read a Tree recursively into the index
receive(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.ReceivePack
Execute the receive task on the socket.
ReceiveCommand - Class in org.eclipse.jgit.transport
A command being processed by ReceivePack.
ReceiveCommand(ObjectId, ObjectId, String) - Constructor for class org.eclipse.jgit.transport.ReceiveCommand
Create a new command for ReceivePack.
ReceiveCommand.Result - Enum in org.eclipse.jgit.transport
Result of the update command.
ReceiveCommand.Type - Enum in org.eclipse.jgit.transport
Type of operation requested.
ReceivePack - Class in org.eclipse.jgit.transport
Implements the server side of a push connection, receiving objects.
ReceivePack(Repository) - Constructor for class org.eclipse.jgit.transport.ReceivePack
Create a new pack receive for an open repository.
reconfigure(int, int, boolean, int) - Static method in class org.eclipse.jgit.lib.WindowCache
Deprecated. Use WindowCacheConfig instead.
reconfigure(WindowCacheConfig) - Static method in class org.eclipse.jgit.lib.WindowCache
Modify the configuration of the window cache.
recycleLane(L) - Method in class org.eclipse.jgit.revplot.PlotCommitList
Return colors and other reusable information to the plotter when a lane is no longer needed.
Ref - Class in org.eclipse.jgit.lib
Pairing of a name and the ObjectId it currently has.
Ref(Ref.Storage, String, String, ObjectId) - Constructor for class org.eclipse.jgit.lib.Ref
Create a new ref pairing.
Ref(Ref.Storage, String, ObjectId) - Constructor for class org.eclipse.jgit.lib.Ref
Create a new ref pairing.
Ref(Ref.Storage, String, String, ObjectId, ObjectId, boolean) - Constructor for class org.eclipse.jgit.lib.Ref
Create a new ref pairing.
Ref(Ref.Storage, String, ObjectId, ObjectId, boolean) - Constructor for class org.eclipse.jgit.lib.Ref
Create a new ref pairing.
Ref.Storage - Enum in org.eclipse.jgit.lib
Location where a Ref is stored.
RefComparator - Class in org.eclipse.jgit.lib
Util for sorting (or comparing) Ref instances by name.
RefComparator() - Constructor for class org.eclipse.jgit.lib.RefComparator
 
ReflogReader - Class in org.eclipse.jgit.lib
Utility for reading reflog entries
ReflogReader.Entry - Class in org.eclipse.jgit.lib
Parsed reflog entry
RefLogWriter - Class in org.eclipse.jgit.lib
Utility class to work with reflog files
RefLogWriter() - Constructor for class org.eclipse.jgit.lib.RefLogWriter
 
RefRename - Class in org.eclipse.jgit.lib
A RefUpdate combination for renaming a ref
refreshFromDisk() - Method in class org.eclipse.jgit.lib.Repository
Clean up stale caches
refsChanged(RefsChangedEvent) - Method in class org.eclipse.jgit.lib.RepositoryAdapter
 
refsChanged(RefsChangedEvent) - Method in interface org.eclipse.jgit.lib.RepositoryListener
Invoked when a ref changes
RefsChangedEvent - Class in org.eclipse.jgit.lib
This class passes information about a changed Git index to a RepositoryListener Currently only a reference to the repository is passed.
RefSpec - Class in org.eclipse.jgit.transport
Describes how refs in one repository copy into another repository.
RefSpec() - Constructor for class org.eclipse.jgit.transport.RefSpec
Construct an empty RefSpec.
RefSpec(String) - Constructor for class org.eclipse.jgit.transport.RefSpec
Parse a ref specification for use during transport operations.
REFSPEC_PUSH_ALL - Static variable in class org.eclipse.jgit.transport.Transport
Specification for push operation, to push all refs under refs/heads.
REFSPEC_TAGS - Static variable in class org.eclipse.jgit.transport.Transport
Specification for fetch or push operations, to fetch or push all tags.
RefUpdate - Class in org.eclipse.jgit.lib
Updates any locally stored ref.
RefUpdate.Result - Enum in org.eclipse.jgit.lib
Status of an update request.
RefWriter - Class in org.eclipse.jgit.lib
Writes out refs to the Constants.INFO_REFS and Constants.PACKED_REFS files.
RefWriter(Collection<Ref>) - Constructor for class org.eclipse.jgit.lib.RefWriter
 
register(Repository) - Static method in class org.eclipse.jgit.lib.RepositoryCache
Register one repository into the cache.
register(MergeStrategy) - Static method in class org.eclipse.jgit.merge.MergeStrategy
Register a merge strategy so it can later be obtained by name.
register(String, MergeStrategy) - Static method in class org.eclipse.jgit.merge.MergeStrategy
Register a merge strategy so it can later be obtained by name.
REGULAR_FILE - Static variable in class org.eclipse.jgit.lib.FileMode
Mode indicating an entry is a non-executable FileTreeEntry.
release(Inflater) - Static method in class org.eclipse.jgit.lib.InflaterCache
Release an inflater previously obtained from this cache.
release() - Method in class org.eclipse.jgit.lib.WindowCursor
Release the current window cursor.
release(WindowCursor) - Static method in class org.eclipse.jgit.lib.WindowCursor
 
releaseSession(Session) - Method in class org.eclipse.jgit.transport.SshSessionFactory
Close (or recycle) a session to a host.
RemoteConfig - Class in org.eclipse.jgit.transport
A remembered remote repository, including URLs and RefSpecs.
RemoteConfig(Config, String) - Constructor for class org.eclipse.jgit.transport.RemoteConfig
Parse a remote block from an existing configuration file.
RemoteRefUpdate - Class in org.eclipse.jgit.transport
Represent request and status of a remote ref update.
RemoteRefUpdate(Repository, String, String, boolean, String, ObjectId) - Constructor for class org.eclipse.jgit.transport.RemoteRefUpdate
Construct remote ref update request by providing an update specification.
RemoteRefUpdate(RemoteRefUpdate, ObjectId) - Constructor for class org.eclipse.jgit.transport.RemoteRefUpdate
Create a new instance of this object basing on existing instance for configuration.
RemoteRefUpdate.Status - Enum in org.eclipse.jgit.transport
Represent current status of a remote ref update.
remove(int) - Method in class org.eclipse.jgit.diff.EditList
 
remove(File, File) - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Remove a path from the index.
remove() - Method in class org.eclipse.jgit.lib.TreeIterator
 
remove(Object) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
 
remove(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevObject
Remove a flag from this object.
remove(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
Remove a set of flags from this object.
removeAnyRepositoryChangedListener(RepositoryListener) - Static method in class org.eclipse.jgit.lib.Repository
Remove a globally registered RepositoryListener
removeFetchRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
Remove a fetch RefSpec from this remote.
removePushRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
Remove a push RefSpec from this remote.
removePushURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
Remove a push-only URI from the list of URIs.
removeRepositoryChangedListener(RepositoryListener) - Method in class org.eclipse.jgit.lib.Repository
Remove a registered RepositoryListener
removeURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
Remove a URI from the list of URIs.
rename() - Method in class org.eclipse.jgit.lib.RefRename
 
rename(String) - Method in class org.eclipse.jgit.lib.TreeEntry
Rename this entry.
rename(byte[]) - Method in class org.eclipse.jgit.lib.TreeEntry
Rename this entry.
renameAndOpenPack() - Method in class org.eclipse.jgit.transport.IndexPack
Rename the pack to it's final name and location and open it.
renameAndOpenPack(String) - Method in class org.eclipse.jgit.transport.IndexPack
Rename the pack to it's final name and location and open it.
renameRef(String, String) - Method in class org.eclipse.jgit.lib.Repository
Create a command to rename a ref in this repository
Repository - Class in org.eclipse.jgit.lib
Represents a Git repository.
Repository(File) - Constructor for class org.eclipse.jgit.lib.Repository
Construct a representation of a Git repository.
RepositoryAdapter - Class in org.eclipse.jgit.lib
A default RepositoryListener that does nothing except invoke an optional general method for any repository change.
RepositoryAdapter() - Constructor for class org.eclipse.jgit.lib.RepositoryAdapter
 
RepositoryCache - Class in org.eclipse.jgit.lib
Cache of active Repository instances.
RepositoryCache.FileKey - Class in org.eclipse.jgit.lib
Location of a Repository, using the standard java.io.File API.
RepositoryCache.FileKey(File) - Constructor for class org.eclipse.jgit.lib.RepositoryCache.FileKey
 
RepositoryCache.Key - Interface in org.eclipse.jgit.lib
Abstract hash key for RepositoryCache entries.
RepositoryChangedEvent - Class in org.eclipse.jgit.lib
This class passes information about changed refs to a RepositoryListener Currently only a reference to the repository is passed.
RepositoryConfig - Class in org.eclipse.jgit.lib
An object representing the Git config file.
RepositoryConfig(Config, File) - Constructor for class org.eclipse.jgit.lib.RepositoryConfig
Create a Git configuration file reader/writer/cache for a specific file.
RepositoryListener - Interface in org.eclipse.jgit.lib
A RepositoryListener gets notification about changes in refs or repository.
RepositoryNotFoundException - Exception in org.eclipse.jgit.errors
Indicates a local repository does not exist.
RepositoryNotFoundException(File) - Constructor for exception org.eclipse.jgit.errors.RepositoryNotFoundException
Constructs an exception indicating a local repository does not exist.
RepositoryNotFoundException(String) - Constructor for exception org.eclipse.jgit.errors.RepositoryNotFoundException
Constructs an exception indicating a local repository does not exist.
RepositoryState - Enum in org.eclipse.jgit.lib
Important state of the repository that affects what can and cannot bed done.
rereadIfNecessary() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Reread index data from disk if the index file has been changed
reset() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
Resets this matcher to it's state right after construction.
reset() - Method in class org.eclipse.jgit.revplot.PlotCommit
 
reset(int) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
 
reset() - Method in class org.eclipse.jgit.revwalk.RevCommit
Reset this commit to allow another RevWalk with the same instances.
reset() - Method in class org.eclipse.jgit.revwalk.RevWalk
Resets internal state and allows this instance to be used again.
reset(int) - Method in class org.eclipse.jgit.revwalk.RevWalk
Resets internal state and allows this instance to be used again.
reset(byte[]) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
Reset this parser to walk through the given tree data.
reset(Repository, AnyObjectId, WindowCursor) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
Reset this parser to walk through the given tree.
reset() - Method in class org.eclipse.jgit.treewalk.TreeWalk
Reset this walker so new tree iterators can be added to it.
reset(AnyObjectId) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Reset this walker to run over a single existing tree.
reset(AnyObjectId[]) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Reset this walker to run over a set of existing trees.
resetRetain(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevWalk
Resets internal state and allows this instance to be used again.
resetRetain(RevFlag...) - Method in class org.eclipse.jgit.revwalk.RevWalk
Resets internal state and allows this instance to be used again.
resetRoot(Repository, AnyObjectId, WindowCursor) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
Reset this parser to walk through the given tree.
resolve(String) - Method in class org.eclipse.jgit.lib.Repository
Parse a git revision string and return an object id.
resolve(File) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
Guess the proper path for a Git repository.
resolve(File, String) - Static method in class org.eclipse.jgit.util.FS
Resolve this file to its actual path name that the JRE can use.
resolveImpl(File, String) - Method in class org.eclipse.jgit.util.FS
Resolve this file to its actual path name that the JRE can use.
response(HttpURLConnection) - Static method in class org.eclipse.jgit.util.HttpSupport
Get the HTTP response code from the request.
resumeEncoding() - Method in class org.eclipse.jgit.util.Base64.OutputStream
Resumes encoding of the stream.
RevBlob - Class in org.eclipse.jgit.revwalk
A binary file, or a symbolic link.
RevBlob(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevBlob
Create a new blob reference.
RevCommit - Class in org.eclipse.jgit.revwalk
A commit reference to a commit in the DAG.
RevCommit(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevCommit
Create a new commit reference.
RevCommitList<E extends RevCommit> - Class in org.eclipse.jgit.revwalk
An ordered list of RevCommit subclasses.
RevCommitList() - Constructor for class org.eclipse.jgit.revwalk.RevCommitList
 
RevFilter - Class in org.eclipse.jgit.revwalk.filter
Selects interesting revisions during walking.
RevFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.RevFilter
 
RevFlag - Class in org.eclipse.jgit.revwalk
Application level mark bit for RevObjects.
RevFlagFilter - Class in org.eclipse.jgit.revwalk.filter
Matches only commits with some/all RevFlags already set.
RevFlagSet - Class in org.eclipse.jgit.revwalk
Multiple application level mark bits for RevObjects.
RevFlagSet() - Constructor for class org.eclipse.jgit.revwalk.RevFlagSet
Create an empty set of flags.
RevFlagSet(RevFlagSet) - Constructor for class org.eclipse.jgit.revwalk.RevFlagSet
Create a set of flags, copied from an existing set.
RevFlagSet(Collection<RevFlag>) - Constructor for class org.eclipse.jgit.revwalk.RevFlagSet
Create a set of flags, copied from an existing collection.
RevisionSyntaxException - Exception in org.eclipse.jgit.errors
This signals a revision or object reference was not properly formatted.
RevisionSyntaxException(String) - Constructor for exception org.eclipse.jgit.errors.RevisionSyntaxException
Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.
RevisionSyntaxException(String, String) - Constructor for exception org.eclipse.jgit.errors.RevisionSyntaxException
Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.
RevObject - Class in org.eclipse.jgit.revwalk
Base object type accessed during revision walking.
RevObjectList<E extends RevObject> - Class in org.eclipse.jgit.revwalk
An ordered list of RevObject subclasses.
RevObjectList() - Constructor for class org.eclipse.jgit.revwalk.RevObjectList
Create an empty object list.
RevObjectList.Block - Class in org.eclipse.jgit.revwalk
One level of contents, either an intermediate level or a leaf level.
RevSort - Enum in org.eclipse.jgit.revwalk
Sorting strategies supported by RevWalk and ObjectWalk.
RevTag - Class in org.eclipse.jgit.revwalk
An annotated tag.
RevTag(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevTag
Create a new tag reference.
RevTree - Class in org.eclipse.jgit.revwalk
A reference to a tree of subtrees/files.
RevTree(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevTree
Create a new tree reference.
RevWalk - Class in org.eclipse.jgit.revwalk
Walks a commit graph and produces the matching commits in order.
RevWalk(Repository) - Constructor for class org.eclipse.jgit.revwalk.RevWalk
Create a new revision walker for a given repository.
RevWalkException - Exception in org.eclipse.jgit.errors
Indicates a checked exception was thrown inside of RevWalk.
RevWalkException(Throwable) - Constructor for exception org.eclipse.jgit.errors.RevWalkException
Create a new walk exception an original cause.

S

safe(String) - Static method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
Can this string be safely handled by a substring filter?
save() - Method in class org.eclipse.jgit.lib.FileBasedConfig
Save the configuration as a Git text style configuration file.
scanForRepoChanges() - Method in class org.eclipse.jgit.lib.Repository
Force a scan for changed refs.
SEARCHING_REUSE_PROGRESS - Static variable in class org.eclipse.jgit.lib.PackWriter
Title of ProgressMonitor task used during searching for objects reuse or delta reuse.
sendError(String) - Method in class org.eclipse.jgit.transport.ReceivePack
Send an error message to the client, if it supports receiving them.
sendMessage(String) - Method in class org.eclipse.jgit.transport.ReceivePack
Send a message to the client, if it supports receiving them.
Sequence - Interface in org.eclipse.jgit.diff
Arbitrary sequence of elements with fast comparison support.
set(int, Edit) - Method in class org.eclipse.jgit.diff.EditList
 
set(int, E) - Method in class org.eclipse.jgit.revwalk.RevObjectList
 
setAllowCreates(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
 
setAllowDeletes(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
 
setAllowNonFastForwards(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
 
setAssumeValid(boolean) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Set the assume valid flag for this entry,
setAssumeValid(boolean) - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Set whether to always assume this entry valid
setAuthor(PersonIdent) - Method in class org.eclipse.jgit.lib.Commit
Set the author and authoring time for this commit
setAuthor(PersonIdent) - Method in class org.eclipse.jgit.lib.Tag
Set author of an annotated tag.
setBase(AnyObjectId) - Method in class org.eclipse.jgit.merge.ThreeWayMerger
Set the common ancestor tree.
setBoolean(String, String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
Add or modify a configuration value.
setCheckFetchedObjects(boolean) - Method in class org.eclipse.jgit.transport.Transport
 
setCheckReceivedObjects(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
 
setCommitId(ObjectId) - Method in class org.eclipse.jgit.lib.Commit
Set the id of this object.
setCommitter(PersonIdent) - Method in class org.eclipse.jgit.lib.Commit
Set the committer and commit time for this object
setContext(int) - Method in class org.eclipse.jgit.diff.DiffFormatter
Change the number of lines of context to display.
setCRC(int) - Method in class org.eclipse.jgit.transport.PackedObjectInfo
Record the 32 bit CRC checksum for the packed data.
setDeltaBaseAsOffset(boolean) - Method in class org.eclipse.jgit.lib.PackWriter
Set writer delta base format.
setDeltaBaseCacheLimit(int) - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
setDestination(String) - Method in class org.eclipse.jgit.transport.RefSpec
Create a new RefSpec with a different destination name setting.
setDryRun(boolean) - Method in class org.eclipse.jgit.transport.Transport
Set dry run option for push operation.
setEnabled(boolean) - Method in class org.eclipse.jgit.transport.DaemonService
 
setEncoding(String) - Method in class org.eclipse.jgit.lib.Commit
State the encoding for the commit information
setEncoding(Charset) - Method in class org.eclipse.jgit.lib.Commit
State the encoding for the commit information
setExecutable(boolean) - Method in class org.eclipse.jgit.lib.FileTreeEntry
 
setExecute(File, boolean) - Method in class org.eclipse.jgit.util.FS
Set a file to be executable by the user.
setExpectedOldObjectId(AnyObjectId) - Method in class org.eclipse.jgit.lib.RefUpdate
 
setExportAll(boolean) - Method in class org.eclipse.jgit.transport.Daemon
Set whether or not to export all repositories.
setFailOnConflict(boolean) - Method in class org.eclipse.jgit.lib.WorkDirCheckout
If true, will scan first to see if it's possible to check out, otherwise throw CheckoutConflictException.
setFetchRefSpecs(List<RefSpec>) - Method in class org.eclipse.jgit.transport.RemoteConfig
Override existing fetch specifications with new ones.
setFetchThin(boolean) - Method in class org.eclipse.jgit.transport.Transport
Set the thin-pack preference for fetch operation.
setFileMode(FileMode) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Set the file mode for this entry.
setFilter(TreeFilter) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Set the tree entry filter for this walker.
setFixThin(boolean) - Method in class org.eclipse.jgit.transport.IndexPack
Configure this index pack instance to make a thin pack complete.
setForceUpdate(boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
Set if this update wants to forcefully change the ref.
setForceUpdate(boolean) - Method in class org.eclipse.jgit.transport.RefSpec
Create a new RefSpec with a different force update setting.
setHost(String) - Method in class org.eclipse.jgit.transport.URIish
Return a new URI matching this one, but with a different host.
setId(ObjectId) - Method in class org.eclipse.jgit.lib.TreeEntry
Set (update) the SHA-1 of this entry.
setIgnoreMissingUninteresting(boolean) - Method in class org.eclipse.jgit.lib.PackWriter
 
setIndexVersion(int) - Method in class org.eclipse.jgit.lib.PackWriter
Set the pack index file format version this instance will create.
setIndexVersion(int) - Method in class org.eclipse.jgit.transport.IndexPack
Set the pack index file format version this instance will create.
setInstance(SshSessionFactory) - Static method in class org.eclipse.jgit.transport.SshSessionFactory
Change the JVM-wide factory to a different implementation.
setInstance(SystemReader) - Static method in class org.eclipse.jgit.util.SystemReader
 
setInt(String, String, String, int) - Method in class org.eclipse.jgit.lib.Config
Add or modify a configuration value.
setKeepEmpty(boolean) - Method in class org.eclipse.jgit.transport.IndexPack
Configure this index pack instance to keep an empty pack.
setLastModified(long) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Set the cached last modification date of this file, using milliseconds.
setLength(int) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Set the cached size (in bytes) of this file.
setLong(String, String, String, long) - Method in class org.eclipse.jgit.lib.Config
Add or modify a configuration value.
setMaxDeltaDepth(int) - Method in class org.eclipse.jgit.lib.PackWriter
Set up maximum depth of delta chain for this writer.
setMessage(String) - Method in class org.eclipse.jgit.lib.Commit
Set the commit message
setMessage(String) - Method in class org.eclipse.jgit.lib.Tag
Set the message of an annotated tag
setMirror(boolean) - Method in class org.eclipse.jgit.transport.RemoteConfig
Set the mirror flag to automatically delete remote refs.
setModel(TableModel) - Method in class org.eclipse.jgit.awtui.CommitGraphPane
 
setModified() - Method in class org.eclipse.jgit.lib.TreeEntry
Mark this entry as modified.
setNeedStatInformation(boolean) - Method in class org.eclipse.jgit.lib.LockFile
Request that LockFile.commit() remember modification time.
setNewObjectId(AnyObjectId) - Method in class org.eclipse.jgit.lib.RefUpdate
Set the new value the ref will update to.
setObjectChecker(ObjectChecker) - Method in class org.eclipse.jgit.transport.IndexPack
Configure the checker used to validate received objects.
setObjectChecking(boolean) - Method in class org.eclipse.jgit.transport.IndexPack
Configure the checker used to validate received objects.
setObjectId(AnyObjectId) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Set the ObjectId for the entry.
setObjectIdFromRaw(byte[], int) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
Set the ObjectId for the entry from the raw binary representation.
setObjId(ObjectId) - Method in class org.eclipse.jgit.lib.Tag
Set the id of the object this tag refers to.
setOffset(long) - Method in class org.eclipse.jgit.transport.PackedObjectInfo
Set the offset in pack when object has been written to.
setOptionReceivePack(String) - Method in class org.eclipse.jgit.transport.Transport
Set remote executable providing receive-pack service for pack transports.
setOptionUploadPack(String) - Method in class org.eclipse.jgit.transport.Transport
Set the name of the remote executable providing upload-pack services.
setOverridable(boolean) - Method in class org.eclipse.jgit.transport.DaemonService
 
setPackedGitLimit(long) - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
setPackedGitMMAP(boolean) - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
setPackedGitOpenFiles(int) - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
setPackedGitWindowSize(int) - Method in class org.eclipse.jgit.lib.WindowCacheConfig
 
setPackLockMessage(String) - Method in interface org.eclipse.jgit.transport.FetchConnection
Set the lock message used when holding a pack out of garbage collection.
setParentIds(ObjectId[]) - Method in class org.eclipse.jgit.lib.Commit
Set the parents of this commit
setPass(String) - Method in class org.eclipse.jgit.transport.URIish
Return a new URI matching this one, but with a different password.
setPath(String) - Method in class org.eclipse.jgit.transport.URIish
Return a new URI matching this one, but with a different path.
setPort(int) - Method in class org.eclipse.jgit.transport.URIish
Return a new URI matching this one, but with a different port.
setPostOrderTraversal(boolean) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Set the walker to return trees after their children.
setPostReceiveHook(PostReceiveHook) - Method in class org.eclipse.jgit.transport.ReceivePack
Set the hook which is invoked after commands are executed.
setPreReceiveHook(PreReceiveHook) - Method in class org.eclipse.jgit.transport.ReceivePack
Set the hook which is invoked prior to commands being executed.
setPushRefSpecs(List<RefSpec>) - Method in class org.eclipse.jgit.transport.RemoteConfig
Override existing push specifications with new ones.
setPushThin(boolean) - Method in class org.eclipse.jgit.transport.Transport
Set thin-pack preference for push operation.
setRecursive(boolean) - Method in class org.eclipse.jgit.treewalk.TreeWalk
Set the walker to enter (or not enter) subtrees automatically.
setRefLogIdent(PersonIdent) - Method in class org.eclipse.jgit.lib.RefUpdate
Set the identity of the user appearing in the reflog.
setRefLogIdent(PersonIdent) - Method in class org.eclipse.jgit.transport.ReceivePack
Set the identity of the user appearing in the affected reflogs.
setRefLogMessage(String, boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
Set the message to include in the reflog.
setRemoveDeletedRefs(boolean) - Method in class org.eclipse.jgit.transport.Transport
Set whether or not to remove refs which no longer exist in the source.
setResult(ReceiveCommand.Result) - Method in class org.eclipse.jgit.transport.ReceiveCommand
Set the status of this command.
setResult(ReceiveCommand.Result, String) - Method in class org.eclipse.jgit.transport.ReceiveCommand
Set the status of this command.
setRetainBody(boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
Set whether or not the body of a commit or tag is retained.
setReuseDeltas(boolean) - Method in class org.eclipse.jgit.lib.PackWriter
Set reuse deltas configuration option for this writer.
setReuseObjects(boolean) - Method in class org.eclipse.jgit.lib.PackWriter
Set reuse objects configuration option for this writer.
setRevFilter(RevFilter) - Method in class org.eclipse.jgit.revwalk.RevWalk
Set the commit filter for this walker.
setScheme(String) - Method in class org.eclipse.jgit.transport.URIish
Return a new URI matching this one, but with a different scheme.
setSource(String) - Method in class org.eclipse.jgit.transport.RefSpec
Create a new RefSpec with a different source name setting.
setSourceDestination(String, String) - Method in class org.eclipse.jgit.transport.RefSpec
Create a new RefSpec with a different source/destination name setting.
setSshSessionFactory(SshSessionFactory) - Method in class org.eclipse.jgit.transport.SshTransport
Set SSH session factory instead of the default one for this instance of the transport.
setString(String, String, String, String) - Method in class org.eclipse.jgit.lib.Config
Add or modify a configuration value.
setStringList(String, String, String, List<String>) - Method in class org.eclipse.jgit.lib.Config
Set a configuration value.
setTag(String) - Method in class org.eclipse.jgit.lib.Tag
Set the name of this tag.
setTagger(PersonIdent) - Method in class org.eclipse.jgit.lib.Tag
Set the creator of this tag
setTagId(ObjectId) - Method in class org.eclipse.jgit.lib.Tag
Set SHA-1 of this tag.
setTagOpt(TagOpt) - Method in class org.eclipse.jgit.transport.RemoteConfig
Set the description of how annotated tags should be treated on fetch.
setTagOpt(TagOpt) - Method in class org.eclipse.jgit.transport.Transport
Set the description of how annotated tags should be treated on fetch.
setThin(boolean) - Method in class org.eclipse.jgit.lib.PackWriter
 
setTimeout(int) - Method in class org.eclipse.jgit.transport.Daemon
Set the timeout before willing to abort an IO call.
setTimeout(int) - Method in class org.eclipse.jgit.transport.ReceivePack
Set the timeout before willing to abort an IO call.
setTimeout(int) - Method in class org.eclipse.jgit.transport.RemoteConfig
Set the timeout before willing to abort an IO call.
setTimeout(int) - Method in class org.eclipse.jgit.transport.Transport
Set the timeout before willing to abort an IO call.
setTimeout(int) - Method in class org.eclipse.jgit.transport.UploadPack
Set the timeout before willing to abort an IO call.
setTimeout(int) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
 
setTimeout(int) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
setTree(Tree) - Method in class org.eclipse.jgit.lib.Commit
Set the tree object for this commit
setTreeFilter(TreeFilter) - Method in class org.eclipse.jgit.revwalk.RevWalk
Set the tree filter used to simplify commits by modified paths.
setTreeId(ObjectId) - Method in class org.eclipse.jgit.lib.Commit
Set the tree id for this commit object
setType(String) - Method in class org.eclipse.jgit.lib.Tag
Set tag target type
setUpdateNeeded(boolean) - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Set whether this entry must be checked
setUser(String) - Method in class org.eclipse.jgit.transport.URIish
Return a new URI matching this one, but with a different user.
shortenRefName(String) - Method in class org.eclipse.jgit.lib.Repository
 
shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
 
shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
 
shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
 
shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
Does this tree filter require a recursive walk to match everything?
SIGNED_OFF_BY - Static variable in class org.eclipse.jgit.revwalk.FooterKey
Standard Signed-off-by
SIGNED_OFF_BY_TAG - Static variable in class org.eclipse.jgit.lib.Constants
Beginning of the common "Signed-off-by: " commit message line
SIMPLE_TWO_WAY_IN_CORE - Static variable in class org.eclipse.jgit.merge.MergeStrategy
Simple strategy to merge paths, without simultaneous edits.
size() - Method in class org.eclipse.jgit.diff.EditList
 
size() - Method in class org.eclipse.jgit.diff.RawText
 
size() - Method in interface org.eclipse.jgit.diff.Sequence
 
size() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
 
size() - Method in class org.eclipse.jgit.revwalk.RevFlagSet
 
size - Variable in class org.eclipse.jgit.revwalk.RevObjectList
Current number of elements in the list.
size() - Method in class org.eclipse.jgit.revwalk.RevObjectList
 
size() - Method in class org.eclipse.jgit.util.IntList
 
skip() - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
 
skip() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Advance to the next tree entry, populating this iterator with its data.
skip(long) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
 
skipFully(InputStream, long) - Static method in class org.eclipse.jgit.util.NB
Skip an entire region of an input stream.
sock - Variable in class org.eclipse.jgit.transport.SshTransport
The open SSH session
SORT - Static variable in class org.eclipse.jgit.lib.PackFile
Sorts PackFiles to be most recently created to least recently created.
sort(Collection<Ref>) - Static method in class org.eclipse.jgit.lib.RefComparator
Sorts the collection of refs, returning a new collection.
sort(RevSort, boolean) - Method in class org.eclipse.jgit.revplot.PlotWalk
 
sort(RevSort) - Method in class org.eclipse.jgit.revwalk.RevWalk
Select a single sorting strategy for the returned commits.
sort(RevSort, boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
Add or remove a sorting strategy for the returned commits.
source(RevWalk) - Method in class org.eclipse.jgit.revplot.PlotCommitList
 
source(RevWalk) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Set the revision walker this list populates itself from.
sourceCommits - Variable in class org.eclipse.jgit.merge.Merger
If Merger.sourceObjects[i] is a commit, this is the commit.
sourceObjects - Variable in class org.eclipse.jgit.merge.Merger
The original objects supplied in the merge; this can be any tree-ish.
sourceTrees - Variable in class org.eclipse.jgit.merge.Merger
The trees matching every entry in Merger.sourceObjects.
SshConfigSessionFactory - Class in org.eclipse.jgit.transport
The base session factory that loads known hosts and private keys from $HOME/.ssh.
SshConfigSessionFactory() - Constructor for class org.eclipse.jgit.transport.SshConfigSessionFactory
 
SshSessionFactory - Class in org.eclipse.jgit.transport
Creates and destroys SSH connections to a remote system.
SshSessionFactory() - Constructor for class org.eclipse.jgit.transport.SshSessionFactory
 
SshTransport - Class in org.eclipse.jgit.transport
The base class for transports that use SSH protocol.
SshTransport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.SshTransport
Create a new transport instance.
STAGE_0 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
The standard (fully merged) stage for an entry.
STAGE_0 - Static variable in class org.eclipse.jgit.lib.GitIndex
Deprecated. Stage 0 represents merged entries.
STAGE_1 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
The base tree revision for an entry.
STAGE_2 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
The first tree revision (usually called "ours").
STAGE_3 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
The second tree revision (usually called "theirs").
start(int) - Method in class org.eclipse.jgit.lib.NullProgressMonitor
 
start(int) - Method in interface org.eclipse.jgit.lib.ProgressMonitor
Advise the monitor of the total number of subtasks.
start(int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
 
start() - Method in class org.eclipse.jgit.transport.Daemon
Start this daemon on a background thread.
startsWith(AbbreviatedObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
Tests if this ObjectId starts with the given abbreviation.
startVisitTree(Tree) - Method in class org.eclipse.jgit.lib.ForceModified
 
startVisitTree(Tree) - Method in interface org.eclipse.jgit.lib.TreeVisitor
Visit to a tree node before child nodes are visited.
startVisitTree(Tree) - Method in class org.eclipse.jgit.lib.TreeVisitorWithCurrentDirectory
 
stop() - Method in class org.eclipse.jgit.transport.Daemon
Stop this daemon.
stopWalk() - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
 
stopWalk() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Indicates to the iterator that no more entries will be read.
stopWalk() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
 
StopWalkException - Exception in org.eclipse.jgit.errors
Stops the driver loop of walker and finish with current results.
StrategyOneSided - Class in org.eclipse.jgit.merge
Trivial merge strategy to make the resulting tree exactly match an input.
StrategyOneSided(String, int) - Constructor for class org.eclipse.jgit.merge.StrategyOneSided
Create a new merge strategy to select a specific input tree.
StrategySimpleTwoWayInCore - Class in org.eclipse.jgit.merge
Merges two commits together in-memory, ignoring any working directory.
StrategySimpleTwoWayInCore() - Constructor for class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
Create a new instance of the strategy.
StringUtils - Class in org.eclipse.jgit.util
Miscellaneous string comparison utility methods.
stripWorkDir(File, File) - Static method in class org.eclipse.jgit.lib.Repository
Strip work dir and return normalized repository path.
subSequence(int, int) - Method in class org.eclipse.jgit.util.RawCharSequence
 
SubStringRevFilter - Class in org.eclipse.jgit.revwalk.filter
Abstract filter that searches text using only substring search.
SubStringRevFilter(String) - Constructor for class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
Construct a new matching filter.
supportsExecute() - Method in class org.eclipse.jgit.util.FS
Does this operating system and JRE support the execute flag on files?
suspendEncoding() - Method in class org.eclipse.jgit.util.Base64.OutputStream
Suspends encoding of the stream.
swap() - Method in class org.eclipse.jgit.diff.Edit
Swap A and B, so the edit goes the other direction.
SYMLINK - Static variable in class org.eclipse.jgit.lib.FileMode
Mode indicating an entry is a SymlinkTreeEntry.
SymlinksNotSupportedException - Exception in org.eclipse.jgit.errors
An exception thrown when a symlink entry is found and cannot be handled.
SymlinksNotSupportedException(String) - Constructor for exception org.eclipse.jgit.errors.SymlinksNotSupportedException
Construct a SymlinksNotSupportedException for the specified link
SymlinkTreeEntry - Class in org.eclipse.jgit.lib
A tree entry representing a symbolic link.
SymlinkTreeEntry(Tree, ObjectId, byte[]) - Constructor for class org.eclipse.jgit.lib.SymlinkTreeEntry
Construct a SymlinkTreeEntry with the specified name and SHA-1 in the specified parent
SystemReader - Class in org.eclipse.jgit.util
Interface to read values from the system.
SystemReader() - Constructor for class org.eclipse.jgit.util.SystemReader
 

T

tag - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "tag "
Tag - Class in org.eclipse.jgit.lib
Represents a named reference to another Git object of any type.
Tag(Repository) - Constructor for class org.eclipse.jgit.lib.Tag
Construct a new, yet unnamed Tag.
Tag(Repository, ObjectId, String, byte[]) - Constructor for class org.eclipse.jgit.lib.Tag
Construct a Tag representing an existing with a known name referencing an known object.
tag() - Method in class org.eclipse.jgit.lib.Tag
Store a tag.
tagger - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "tagger "
tagger(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the "tagger " header line data.
tagMessage(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the position of the tag message body.
TagOpt - Enum in org.eclipse.jgit.transport
Specification of annotated tag behavior during fetch.
TcpTransport - Class in org.eclipse.jgit.transport
The base class for transports based on TCP sockets.
TcpTransport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.TcpTransport
Create a new transport instance.
TemporaryBuffer - Class in org.eclipse.jgit.util
A fully buffered output stream using local disk storage for large data.
TemporaryBuffer() - Constructor for class org.eclipse.jgit.util.TemporaryBuffer
Create a new empty temporary buffer.
terminate() - Method in class org.eclipse.jgit.util.io.InterruptTimer
Shutdown the timer thread, and wait for it to terminate.
text(RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
Obtain the raw text to match against.
text(RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
Obtain the raw text to match against.
TextProgressMonitor - Class in org.eclipse.jgit.lib
A simple progress reporter printing on stderr
TextProgressMonitor() - Constructor for class org.eclipse.jgit.lib.TextProgressMonitor
Initialize a new progress monitor.
THEIRS - Static variable in class org.eclipse.jgit.merge.MergeStrategy
Simple strategy that sets the output tree to the second input tree.
ThreeWayMerger - Class in org.eclipse.jgit.merge
A merge of 2 trees, using a common base ancestor tree.
ThreeWayMerger(Repository) - Constructor for class org.eclipse.jgit.merge.ThreeWayMerger
Create a new merge instance for a repository.
ThreeWayMergeStrategy - Class in org.eclipse.jgit.merge
A merge strategy to merge 2 trees, using a common base ancestor tree.
ThreeWayMergeStrategy() - Constructor for class org.eclipse.jgit.merge.ThreeWayMergeStrategy
 
TimeoutInputStream - Class in org.eclipse.jgit.util.io
InputStream with a configurable timeout.
TimeoutInputStream(InputStream, InterruptTimer) - Constructor for class org.eclipse.jgit.util.io.TimeoutInputStream
Wrap an input stream with a timeout on all read operations.
TimeoutOutputStream - Class in org.eclipse.jgit.util.io
OutputStream with a configurable timeout.
TimeoutOutputStream(OutputStream, InterruptTimer) - Constructor for class org.eclipse.jgit.util.io.TimeoutOutputStream
Wrap an output stream with a timeout on all write operations.
tmp - Variable in class org.eclipse.jgit.lib.PackIndexWriter
A temporary buffer for use during IO to {link #out}.
toByteArray() - Method in class org.eclipse.jgit.util.TemporaryBuffer
Convert this buffer's contents into a contiguous byte array.
TOC - Static variable in class org.eclipse.jgit.lib.PackIndexWriter
Magic constant indicating post-version 1 format.
toEditList() - Method in class org.eclipse.jgit.patch.FileHeader
 
toEditList() - Method in class org.eclipse.jgit.patch.HunkHeader
 
toExternalString() - Method in class org.eclipse.jgit.lib.PersonIdent
Format for Git storage.
toFile(AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
Construct a filename where the loose object having a specified SHA-1 should be stored.
toLowerCase(char) - Static method in class org.eclipse.jgit.util.StringUtils
Convert the input to lowercase.
toLowerCase(String) - Static method in class org.eclipse.jgit.util.StringUtils
Convert the input string to lower case, according to the "C" locale.
toObjectId() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
toObjectId() - Method in class org.eclipse.jgit.lib.AnyObjectId
Obtain an immutable copy of this current object name value.
toObjectId() - Method in class org.eclipse.jgit.lib.MutableObjectId
 
toObjectId() - Method in class org.eclipse.jgit.lib.ObjectId
 
toObjectId() - Method in class org.eclipse.jgit.lib.PackIndex.MutableEntry
 
toPrivateString() - Method in class org.eclipse.jgit.transport.URIish
Obtain the string form of the URI, with the password included.
toString() - Method in class org.eclipse.jgit.diff.Edit
 
toString() - Method in class org.eclipse.jgit.diff.EditList
 
toString() - Method in exception org.eclipse.jgit.errors.RevisionSyntaxException
 
toString() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
 
toString() - Method in class org.eclipse.jgit.lib.AnyObjectId
 
toString() - Method in class org.eclipse.jgit.lib.Commit
 
toString() - Method in class org.eclipse.jgit.lib.FileBasedConfig
 
toString() - Method in class org.eclipse.jgit.lib.FileMode
Format this mode as an octal string (for debugging only).
toString() - Method in class org.eclipse.jgit.lib.FileTreeEntry
 
toString() - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated.  
toString() - Method in class org.eclipse.jgit.lib.GitlinkTreeEntry
 
toString() - Method in class org.eclipse.jgit.lib.IndexChangedEvent
 
toString() - Method in class org.eclipse.jgit.lib.LockFile
 
toString() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
toString(ObjectId) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId into a hex string representation.
toString() - Method in class org.eclipse.jgit.lib.PersonIdent
 
toString() - Method in class org.eclipse.jgit.lib.Ref
 
toString() - Method in class org.eclipse.jgit.lib.ReflogReader.Entry
 
toString() - Method in class org.eclipse.jgit.lib.RefsChangedEvent
 
toString() - Method in class org.eclipse.jgit.lib.Repository
 
toString() - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
 
toString() - Method in class org.eclipse.jgit.lib.RepositoryChangedEvent
 
toString() - Method in class org.eclipse.jgit.lib.SymlinkTreeEntry
 
toString() - Method in class org.eclipse.jgit.lib.Tag
 
toString() - Method in class org.eclipse.jgit.lib.Tree
 
toString() - Method in class org.eclipse.jgit.patch.FormatError
 
toString() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
 
toString() - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
 
toString() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
 
toString() - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
 
toString() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
 
toString() - Method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
 
toString() - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
 
toString() - Method in class org.eclipse.jgit.revwalk.FooterKey
 
toString() - Method in class org.eclipse.jgit.revwalk.FooterLine
 
toString() - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
 
toString() - Method in class org.eclipse.jgit.revwalk.RevCommit
 
toString() - Method in class org.eclipse.jgit.revwalk.RevFlag
 
toString() - Method in class org.eclipse.jgit.revwalk.RevObject
 
toString() - Method in class org.eclipse.jgit.transport.ReceiveCommand
 
toString() - Method in class org.eclipse.jgit.transport.RefSpec
 
toString() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
 
toString() - Method in class org.eclipse.jgit.transport.URIish
 
toString() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
 
toString() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
 
toString() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
 
toString() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
 
toString() - Method in class org.eclipse.jgit.util.IntList
 
toString() - Method in class org.eclipse.jgit.util.RawCharSequence
 
toString() - Method in class org.eclipse.jgit.util.RawSubStringPattern
 
toText() - Method in class org.eclipse.jgit.lib.Config
 
TrackingRefUpdate - Class in org.eclipse.jgit.transport
Update of a locally stored tracking branch.
TransferConfig - Class in org.eclipse.jgit.lib
The standard "transfer", "fetch" and "receive" configuration parameters.
Transport - Class in org.eclipse.jgit.transport
Connects two Git repositories together and copies objects between them.
Transport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.Transport
Create a new transport instance.
Transport.Operation - Enum in org.eclipse.jgit.transport
Type of operation a Transport is being opened for.
TransportAmazonS3 - Class in org.eclipse.jgit.transport
Transport over the non-Git aware Amazon S3 protocol.
TransportBundle - Interface in org.eclipse.jgit.transport
Marker interface for transports that supports fetching from a git bundle (sneaker-net object transport).
TransportBundleStream - Class in org.eclipse.jgit.transport
Single shot fetch from a streamed Git bundle.
TransportBundleStream(Repository, URIish, InputStream) - Constructor for class org.eclipse.jgit.transport.TransportBundleStream
Create a new transport to fetch objects from a streamed bundle.
TransportException - Exception in org.eclipse.jgit.errors
Indicates a protocol error has occurred while fetching/pushing objects.
TransportException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.TransportException
Constructs an TransportException with the specified detail message prefixed with provided URI.
TransportException(URIish, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.TransportException
Constructs an TransportException with the specified detail message prefixed with provided URI.
TransportException(String) - Constructor for exception org.eclipse.jgit.errors.TransportException
Constructs an TransportException with the specified detail message.
TransportException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.TransportException
Constructs an TransportException with the specified detail message.
TransportGitSsh - Class in org.eclipse.jgit.transport
Transport through an SSH tunnel.
TransportHttp - Class in org.eclipse.jgit.transport
Transport over the non-Git aware HTTP and FTP protocol.
TransportSftp - Class in org.eclipse.jgit.transport
Transport over the non-Git aware SFTP (SSH based FTP) protocol.
TREE - Static variable in class org.eclipse.jgit.lib.FileMode
Mode indicating an entry is a Tree.
tree - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "tree "
Tree - Class in org.eclipse.jgit.lib
A representation of a Git tree entry.
Tree(Repository) - Constructor for class org.eclipse.jgit.lib.Tree
Constructor for a new Tree
Tree(Repository, ObjectId, byte[]) - Constructor for class org.eclipse.jgit.lib.Tree
Construct a Tree object with known content and hash value
Tree(Tree, byte[]) - Constructor for class org.eclipse.jgit.lib.Tree
Construct a new Tree under another Tree
Tree(Tree, ObjectId, byte[]) - Constructor for class org.eclipse.jgit.lib.Tree
Construct a Tree with a known SHA-1 under another tree.
TreeEntry - Class in org.eclipse.jgit.lib
This class represents an entry in a tree, like a blob or another tree.
TreeEntry(Tree, ObjectId, byte[]) - Constructor for class org.eclipse.jgit.lib.TreeEntry
Construct a named tree entry.
TreeFilter - Class in org.eclipse.jgit.treewalk.filter
Selects interesting tree entries during walking.
TreeFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.TreeFilter
 
Treeish - Interface in org.eclipse.jgit.lib
Tree-ish is an interface for tree-like Git objects.
TreeIterator - Class in org.eclipse.jgit.lib
A tree iterator iterates over a tree and all its members recursing into subtrees according to order.
TreeIterator(Tree) - Constructor for class org.eclipse.jgit.lib.TreeIterator
Construct a TreeIterator for visiting all non-tree nodes.
TreeIterator(Tree, TreeIterator.Order) - Constructor for class org.eclipse.jgit.lib.TreeIterator
Construct a TreeIterator visiting all nodes in a tree in a given order.
TreeIterator.Order - Enum in org.eclipse.jgit.lib
Traversal order
TreeVisitor - Interface in org.eclipse.jgit.lib
A TreeVisitor is invoked depth first for every node in a tree and is expected to perform different actions.
TreeVisitorWithCurrentDirectory - Class in org.eclipse.jgit.lib
Abstract TreeVisitor for visiting all files known by a Tree.
TreeWalk - Class in org.eclipse.jgit.treewalk
Walks one or more AbstractTreeIterators in parallel.
TreeWalk(Repository) - Constructor for class org.eclipse.jgit.treewalk.TreeWalk
Create a new tree walker for a given repository.
tryAgain1() - Method in class org.eclipse.jgit.lib.AlternateRepositoryDatabase
 
tryAgain1() - Method in class org.eclipse.jgit.lib.ObjectDatabase
 
tryAgain1() - Method in class org.eclipse.jgit.lib.ObjectDirectory
 
type - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "type "
TYPE_BLOB - Static variable in class org.eclipse.jgit.lib.Constants
Text string that identifies an object as a blob.
TYPE_COMMIT - Static variable in class org.eclipse.jgit.lib.Constants
Text string that identifies an object as a commit.
TYPE_FILE - Static variable in class org.eclipse.jgit.lib.FileMode
Bit pattern for FileMode.TYPE_MASK matching FileMode.REGULAR_FILE.
TYPE_GITLINK - Static variable in class org.eclipse.jgit.lib.FileMode
Bit pattern for FileMode.TYPE_MASK matching FileMode.GITLINK.
TYPE_MASK - Static variable in class org.eclipse.jgit.lib.FileMode
Mask to apply to a file mode to obtain its type bits.
TYPE_MISSING - Static variable in class org.eclipse.jgit.lib.FileMode
Bit pattern for FileMode.TYPE_MASK matching FileMode.MISSING.
TYPE_SYMLINK - Static variable in class org.eclipse.jgit.lib.FileMode
Bit pattern for FileMode.TYPE_MASK matching FileMode.SYMLINK.
TYPE_TAG - Static variable in class org.eclipse.jgit.lib.Constants
Text string that identifies an object as an annotated tag.
TYPE_TREE - Static variable in class org.eclipse.jgit.lib.Constants
Text string that identifies an object as a tree.
TYPE_TREE - Static variable in class org.eclipse.jgit.lib.FileMode
Bit pattern for FileMode.TYPE_MASK matching FileMode.TREE.
typeString(int) - Static method in class org.eclipse.jgit.lib.Constants
Convert an OBJ_* type constant to a TYPE_* type constant.

U

uncache(Config.SectionParser<?>) - Method in class org.eclipse.jgit.lib.Config
Remove a cached configuration object.
UNINTERESTING - Static variable in class org.eclipse.jgit.revwalk.RevFlag
Uninteresting by RevWalk.markUninteresting(RevCommit).
UNKNOWN - Static variable in interface org.eclipse.jgit.lib.ProgressMonitor
Constant indicating the total work units cannot be predicted.
UNKNOWN_USER_DEFAULT - Static variable in class org.eclipse.jgit.lib.Constants
Default value for the user name if no other information is available
unload() - Method in class org.eclipse.jgit.lib.Tree
Forget the in-memory data for this tree.
unlock() - Method in class org.eclipse.jgit.dircache.DirCache
Unlock this file and abort this change.
unlock() - Method in class org.eclipse.jgit.lib.LockFile
Unlock this file and abort this change.
unlock() - Method in class org.eclipse.jgit.lib.PackLock
Remove the .keep file that holds this pack in place.
UnmergedPathException - Exception in org.eclipse.jgit.errors
Indicates one or more paths in a DirCache have non-zero stages present.
UnmergedPathException(DirCacheEntry) - Constructor for exception org.eclipse.jgit.errors.UnmergedPathException
Create a new unmerged path exception.
UnpackedObjectLoader - Class in org.eclipse.jgit.lib
Loose object loader.
UnpackedObjectLoader(File, AnyObjectId) - Constructor for class org.eclipse.jgit.lib.UnpackedObjectLoader
Construct an ObjectLoader to read from the file.
UnpackedObjectLoader(byte[]) - Constructor for class org.eclipse.jgit.lib.UnpackedObjectLoader
Construct an ObjectLoader from a loose object's compressed form.
unpop(RevCommit) - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
Insert the commit pointer at the front of the queue.
unset(String, String, String) - Method in class org.eclipse.jgit.lib.Config
Remove a configuration value.
update(File) - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Update this index entry with stat and SHA-1 information if it looks like the file has been modified in the workdir.
update(File, byte[]) - Method in class org.eclipse.jgit.lib.GitIndex.Entry
Deprecated. Update this index entry with stat and SHA-1 information if it looks like the file has been modified in the workdir.
update(int) - Method in class org.eclipse.jgit.lib.NullProgressMonitor
 
update(int) - Method in interface org.eclipse.jgit.lib.ProgressMonitor
Denote that some work units have been completed.
update() - Method in class org.eclipse.jgit.lib.RefUpdate
Gracefully update the ref to the new value.
update(RevWalk) - Method in class org.eclipse.jgit.lib.RefUpdate
Gracefully update the ref to the new value.
update(int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
 
update(Config) - Method in class org.eclipse.jgit.transport.RemoteConfig
Update this remote's definition within the configuration.
updateRef(String) - Method in class org.eclipse.jgit.lib.Repository
Create a command to update, create or delete a ref in this repository.
updateTrackingRef(RevWalk) - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
Update locally stored tracking branch with the new object.
upload(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.UploadPack
Execute the upload task on the socket.
UploadPack - Class in org.eclipse.jgit.transport
Implements the server side of a fetch connection, transmitting objects.
UploadPack(Repository) - Constructor for class org.eclipse.jgit.transport.UploadPack
Create a new pack upload for an open repository.
uri - Variable in class org.eclipse.jgit.transport.Transport
The URI used to create this transport.
URIish - Class in org.eclipse.jgit.transport
This URI like construct used for referencing Git archives over the net, as well as locally stored archives.
URIish(String) - Constructor for class org.eclipse.jgit.transport.URIish
Parse and construct an URIish from a string
URIish(URL) - Constructor for class org.eclipse.jgit.transport.URIish
Construct a URIish from a standard URL.
URIish() - Constructor for class org.eclipse.jgit.transport.URIish
Create an empty, non-configured URI.
UserConfig - Class in org.eclipse.jgit.lib
The standard "user" configuration parameters.
userHome() - Static method in class org.eclipse.jgit.util.FS
Determine the user's home directory (location where preferences are).
userHomeImpl() - Method in class org.eclipse.jgit.util.FS
Determine the user's home directory (location where preferences are).

V

V2_BUNDLE_SIGNATURE - Static variable in interface org.eclipse.jgit.transport.TransportBundle
Bundle signature
value - Variable in class org.eclipse.jgit.util.MutableInteger
Current value of this boxed value.
valueOf(String) - Static method in enum org.eclipse.jgit.diff.Edit.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.lib.Ref.Storage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.lib.RefUpdate.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.lib.RepositoryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.lib.TreeIterator.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.patch.BinaryHunk.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.patch.FileHeader.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.patch.FileHeader.PatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.patch.FormatError.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.revwalk.RevSort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.transport.RemoteRefUpdate.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.transport.TagOpt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jgit.transport.Transport.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.jgit.diff.Edit.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.lib.Ref.Storage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.lib.RefUpdate.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.lib.RepositoryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.lib.TreeIterator.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.patch.BinaryHunk.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.patch.FileHeader.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.patch.FileHeader.PatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.patch.FormatError.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.revwalk.RevSort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.transport.RemoteRefUpdate.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.transport.TagOpt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jgit.transport.Transport.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
visitEntry(TreeEntry, GitIndex.Entry, File) - Method in class org.eclipse.jgit.lib.AbstractIndexTreeVisitor
 
visitEntry(TreeEntry, TreeEntry, GitIndex.Entry, File) - Method in class org.eclipse.jgit.lib.AbstractIndexTreeVisitor
 
visitEntry(TreeEntry, GitIndex.Entry, File) - Method in interface org.eclipse.jgit.lib.IndexTreeVisitor
Visit a blob, and corresponding tree and index entries.
visitEntry(TreeEntry, TreeEntry, GitIndex.Entry, File) - Method in interface org.eclipse.jgit.lib.IndexTreeVisitor
Visit a blob, and corresponding tree nodes and associated index entry.
visitFile(FileTreeEntry) - Method in class org.eclipse.jgit.lib.ForceModified
 
visitFile(FileTreeEntry) - Method in interface org.eclipse.jgit.lib.TreeVisitor
Visit to a blob.
visitFile(FileTreeEntry) - Method in class org.eclipse.jgit.lib.WriteTree
 
visitGitlink(GitlinkTreeEntry) - Method in class org.eclipse.jgit.lib.ForceModified
 
visitGitlink(GitlinkTreeEntry) - Method in interface org.eclipse.jgit.lib.TreeVisitor
Visit to a gitlink.
visitGitlink(GitlinkTreeEntry) - Method in class org.eclipse.jgit.lib.WriteTree
 
visitSymlink(SymlinkTreeEntry) - Method in class org.eclipse.jgit.lib.ForceModified
 
visitSymlink(SymlinkTreeEntry) - Method in interface org.eclipse.jgit.lib.TreeVisitor
Visit to a symlink.
visitSymlink(SymlinkTreeEntry) - Method in class org.eclipse.jgit.lib.WriteTree
 

W

walk() - Method in class org.eclipse.jgit.lib.IndexTreeWalker
Actually walk the index tree
walk - Variable in class org.eclipse.jgit.merge.Merger
A RevWalk for computing merge bases, or listing incoming commits.
WalkTransport - Interface in org.eclipse.jgit.transport
Marker interface for an object transport walking transport.
WILDCARD_SUFFIX - Static variable in class org.eclipse.jgit.transport.RefSpec
Suffix for wildcard ref spec component, that indicate matching all refs with specified prefix.
willInclude(AnyObjectId) - Method in class org.eclipse.jgit.lib.PackWriter
Determine if the pack file will contain the requested object.
WindowCache - Class in org.eclipse.jgit.lib
Caches slices of a PackFile in memory for faster read access.
WindowCacheConfig - Class in org.eclipse.jgit.lib
Configuration parameters for WindowCache.
WindowCacheConfig() - Constructor for class org.eclipse.jgit.lib.WindowCacheConfig
Create a default configuration.
WindowCursor - Class in org.eclipse.jgit.lib
Active handle to a ByteWindow.
WindowCursor() - Constructor for class org.eclipse.jgit.lib.WindowCursor
 
WorkDirCheckout - Class in org.eclipse.jgit.lib
This class handles checking out one or two trees merging with the index (actually a tree too).
WorkDirCheckout(Repository, File, GitIndex, Tree) - Constructor for class org.eclipse.jgit.lib.WorkDirCheckout
Create a checkout class for checking out one tree, merging with the index
WorkDirCheckout(Repository, File, Tree, GitIndex, Tree) - Constructor for class org.eclipse.jgit.lib.WorkDirCheckout
Create a checkout class for merging and checking our two trees and the index.
WorkingTreeIterator - Class in org.eclipse.jgit.treewalk
Walks a working directory tree as part of a TreeWalk.
WorkingTreeIterator() - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator
Create a new iterator with no parent.
WorkingTreeIterator(String) - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator
Create a new iterator with no parent and a prefix.
WorkingTreeIterator(WorkingTreeIterator) - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator
Create an iterator for a subtree of an existing iterator.
WorkingTreeIterator.Entry - Class in org.eclipse.jgit.treewalk
A single entry within a working directory tree.
WorkingTreeIterator.Entry() - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
 
write() - Method in class org.eclipse.jgit.dircache.DirCache
Write the entry records from memory to disk.
write() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Write content of index to disk.
write(ObjectId) - Method in class org.eclipse.jgit.lib.LockFile
Write an ObjectId and LF to the temporary file.
write(byte[]) - Method in class org.eclipse.jgit.lib.LockFile
Write arbitrary data to the temporary file.
write(List<? extends PackedObjectInfo>, byte[]) - Method in class org.eclipse.jgit.lib.PackIndexWriter
Write all object entries to the index stream.
write(int) - Method in class org.eclipse.jgit.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.eclipse.jgit.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
write(byte[]) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
 
write(int) - Method in class org.eclipse.jgit.util.TemporaryBuffer
 
write(byte[], int, int) - Method in class org.eclipse.jgit.util.TemporaryBuffer
 
writeBlob(byte[]) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write a blob with the specified data
writeBlob(File) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write a blob with the data in the specified file
writeBlob(long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write a blob with data from a stream
writeBundle(OutputStream) - Method in class org.eclipse.jgit.transport.BundleWriter
Generate and write the bundle to the output stream.
writeCanonicalTree(byte[]) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write a canonical tree to the object database.
writeChecksumFooter() - Method in class org.eclipse.jgit.lib.PackIndexWriter
Output the standard two-checksum index footer.
writeCommit(Commit) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write a Commit to the object database
writeFanOutTable() - Method in class org.eclipse.jgit.lib.PackIndexWriter
Output the standard 256 entry first-level fan-out table.
writeFile(String, byte[]) - Method in class org.eclipse.jgit.lib.RefWriter
Handles actual writing of ref files to the git repository, which may differ slightly depending on the destination and transport.
writeImpl() - Method in class org.eclipse.jgit.lib.PackIndexWriter
Writes the index file to PackIndexWriter.out.
writeIndex(OutputStream) - Method in class org.eclipse.jgit.lib.PackWriter
Create an index file to match the pack file just written.
writeInfoRefs() - Method in class org.eclipse.jgit.lib.RefWriter
Rebuild the Constants.INFO_REFS.
writeLine(OutputStream, int) - Method in class org.eclipse.jgit.diff.RawText
Write a specific line to the output stream, without its trailing LF.
writePack(OutputStream) - Method in class org.eclipse.jgit.lib.PackWriter
Write the prepared pack to the supplied stream.
writePackedRefs() - Method in class org.eclipse.jgit.lib.RefWriter
Rebuild the Constants.PACKED_REFS file.
writeReflog(Repository, ObjectId, ObjectId, String, String) - Static method in class org.eclipse.jgit.lib.RefLogWriter
Deprecated. rely upon RefUpdate's automatic logging instead.
writeSymref(String, String) - Method in class org.eclipse.jgit.lib.Repository
Writes a symref (e.g.
writeTag(Tag) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write an annotated Tag to the object database
writeTo(OutputStream, ProgressMonitor) - Method in class org.eclipse.jgit.util.TemporaryBuffer
Send this buffer to an output stream.
writeTOC(int) - Method in class org.eclipse.jgit.lib.PackIndexWriter
Output the version 2 (and later) TOC header, with version number.
writeTree(ObjectWriter) - Method in class org.eclipse.jgit.dircache.DirCache
Write all index trees to the object store, returning the root tree.
writeTree() - Method in class org.eclipse.jgit.lib.GitIndex
Deprecated. Construct and write tree out of index.
writeTree(Tree) - Method in class org.eclipse.jgit.lib.ObjectWriter
Write a Tree to the object database.
WriteTree - Class in org.eclipse.jgit.lib
A tree visitor for writing a directory tree to the git object database.
WriteTree(File, Repository) - Constructor for class org.eclipse.jgit.lib.WriteTree
Construct a WriteTree for a given directory
WRITING_OBJECTS_PROGRESS - Static variable in class org.eclipse.jgit.lib.PackWriter
Title of ProgressMonitor task used during writing out pack (objects)

Z

zeroId() - Static method in class org.eclipse.jgit.lib.ObjectId
Get the special all-null ObjectId.
zeroid - Static variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
A dummy object id buffer that matches the zero ObjectId.

A B C D E F G H I K L M N O P Q R S T U V W Z