Package | Description |
---|---|
org.eclipse.jgit.events |
Events and listener interfaces.
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigChangedEvent
Describes a change to one or more keys in the configuration.
|
class |
IndexChangedEvent
Describes a change to one or more paths in the index file.
|
class |
RefsChangedEvent
Describes a change to one or more references of a repository.
|
class |
WorkingTreeModifiedEvent
A
RepositoryEvent describing changes to the
working tree. |
Modifier and Type | Method and Description |
---|---|
void |
ListenerList.dispatch(RepositoryEvent event)
Dispatch an event to all interested listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
BeforeDfsPackIndexLoadedEvent
Describes the
DfsPackFile just
before its index is loaded. |
class |
DfsPacksChangedEvent
Describes a change to the list of packs in a
DfsRepository . |
Modifier and Type | Method and Description |
---|---|
void |
Repository.fireEvent(RepositoryEvent<?> event)
Fire an event to all registered listeners.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.