Package | Description |
---|---|
org.eclipse.jgit.dircache | |
org.eclipse.jgit.events |
Modifier and Type | Method and Description |
---|---|
static DirCache |
DirCache.lock(java.io.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 and Description |
---|---|
java.lang.Class<IndexChangedListener> |
IndexChangedEvent.getListenerType() |
Modifier and Type | Method and Description |
---|---|
ListenerHandle |
ListenerList.addIndexChangedListener(IndexChangedListener listener)
Register an IndexChangedListener.
|
void |
IndexChangedEvent.dispatch(IndexChangedListener listener) |
Copyright © 2012. All Rights Reserved.