Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
(package private) FileObjectDatabase.InsertLooseObjectResult |
CachedObjectDirectory.insertUnpackedObject(java.io.File tmp,
ObjectId objectId,
boolean createDuplicate) |
(package private) abstract FileObjectDatabase.InsertLooseObjectResult |
FileObjectDatabase.insertUnpackedObject(java.io.File tmp,
ObjectId id,
boolean createDuplicate) |
(package private) FileObjectDatabase.InsertLooseObjectResult |
ObjectDirectory.insertUnpackedObject(java.io.File tmp,
ObjectId id,
boolean createDuplicate) |
static FileObjectDatabase.InsertLooseObjectResult |
FileObjectDatabase.InsertLooseObjectResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileObjectDatabase.InsertLooseObjectResult[] |
FileObjectDatabase.InsertLooseObjectResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|