Uses of Enum
org.eclipse.jgit.internal.storage.file.FileObjectDatabase.InsertLooseObjectResult
Packages that use FileObjectDatabase.InsertLooseObjectResult
-
Uses of FileObjectDatabase.InsertLooseObjectResult in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return FileObjectDatabase.InsertLooseObjectResultModifier and TypeMethodDescription(package private) FileObjectDatabase.InsertLooseObjectResult
(package private) FileObjectDatabase.InsertLooseObjectResult
CachedObjectDirectory.insertUnpackedObject
(File tmp, ObjectId objectId, boolean createDuplicate) (package private) abstract FileObjectDatabase.InsertLooseObjectResult
FileObjectDatabase.insertUnpackedObject
(File tmp, ObjectId id, boolean createDuplicate) (package private) FileObjectDatabase.InsertLooseObjectResult
ObjectDirectory.insertUnpackedObject
(File tmp, ObjectId id, boolean createDuplicate) Returns the enum constant of this type with the specified name.FileObjectDatabase.InsertLooseObjectResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.