Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.events |
Events and listener interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
static DirCache |
DirCache.lock(File indexLocation,
FS fs,
IndexChangedListener indexChangedListener) |
Create a new in-core index representation, lock it, and read from disk.
|
static DirCache |
DirCache.lock(Repository repository,
IndexChangedListener indexChangedListener) |
Create a new in-core index representation, lock it, and read from disk.
|
Modifier and Type | Method | Description |
---|---|---|
Class<IndexChangedListener> |
IndexChangedEvent.getListenerType() |
Modifier and Type | Method | Description |
---|---|---|
ListenerHandle |
ListenerList.addIndexChangedListener(IndexChangedListener listener) |
Register an IndexChangedListener.
|
void |
IndexChangedEvent.dispatch(IndexChangedListener listener) |
Copyright © 2018. All rights reserved.