Uses of Class
org.eclipse.jgit.pgm.debug.LfsStore.StorageClass
-
Packages that use LfsStore.StorageClass Package Description org.eclipse.jgit.pgm.debug -
-
Uses of LfsStore.StorageClass in org.eclipse.jgit.pgm.debug
Fields in org.eclipse.jgit.pgm.debug declared as LfsStore.StorageClass Modifier and Type Field Description (package private) LfsStore.StorageClass
LfsStore. storageClass
Methods in org.eclipse.jgit.pgm.debug that return LfsStore.StorageClass Modifier and Type Method Description static LfsStore.StorageClass
LfsStore.StorageClass. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LfsStore.StorageClass[]
LfsStore.StorageClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-