Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
private FS.LockToken |
LockFile.token |
Modifier and Type | Method and Description |
---|---|
FS.LockToken |
FS.createNewFileAtomic(java.io.File path)
Create a new file.
|
FS.LockToken |
FS_POSIX.createNewFileAtomic(java.io.File file)
Create a new file.
|
private static FS.LockToken |
FS_POSIX.token(boolean created,
java.nio.file.Path p) |