Uses of Package
org.eclipse.jgit.events
Packages that use org.eclipse.jgit.events
Package
Description
Reading and editing the directory cache (index).
Events and listener interfaces.
Distributed file system based repository storage.
Core API for repository, config, refs, object database.
-
Classes in org.eclipse.jgit.events used by org.eclipse.jgit.dircache
-
Classes in org.eclipse.jgit.events used by org.eclipse.jgit.eventsClassDescriptionDescribes a change to one or more keys in the configuration.Receives
ConfigChangedEvent
s.Describes a change to one or more paths in the index file.ReceivesIndexChangedEvent
s.Tracks a previously registeredRepositoryListener
.Manages a thread-safe list ofRepositoryListener
s.Describes a change to one or more references of a repository.ReceivesRefsChangedEvent
s.Describes a modification made to a repository.A listener can register for event delivery.ARepositoryEvent
describing changes to the working tree.ReceivesWorkingTreeModifiedEvent
s, which are fired whenever aDirCacheCheckout
modifies (adds/deletes/updates) files in the working tree. -
Classes in org.eclipse.jgit.events used by org.eclipse.jgit.internal.storage.dfsClassDescriptionDescribes a modification made to a repository.A listener can register for event delivery.
-
Classes in org.eclipse.jgit.events used by org.eclipse.jgit.libClassDescriptionReceives
ConfigChangedEvent
s.Tracks a previously registeredRepositoryListener
.Manages a thread-safe list ofRepositoryListener
s.Describes a modification made to a repository.