Uses of Enum Class
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.InsertLooseObjectResultCachedObjectDirectory.insertUnpackedObject(File tmp, ObjectId objectId, boolean createDuplicate) (package private) abstract FileObjectDatabase.InsertLooseObjectResultFileObjectDatabase.insertUnpackedObject(File tmp, ObjectId id, boolean createDuplicate) (package private) FileObjectDatabase.InsertLooseObjectResultObjectDirectory.insertUnpackedObject(File tmp, ObjectId id, boolean createDuplicate) Returns the enum constant of this class with the specified name.FileObjectDatabase.InsertLooseObjectResult.values()Returns an array containing the constants of this enum class, in the order they are declared.