Uses of Class
org.projectnessie.server.config.JGitVersionStoreConfig.JGitStoreType
-
Packages that use JGitVersionStoreConfig.JGitStoreType Package Description org.projectnessie.server.config -
-
Uses of JGitVersionStoreConfig.JGitStoreType in org.projectnessie.server.config
Methods in org.projectnessie.server.config that return JGitVersionStoreConfig.JGitStoreType Modifier and Type Method Description JGitVersionStoreConfig.JGitStoreTypeJGitVersionStoreConfig. getJgitStoreType()static JGitVersionStoreConfig.JGitStoreTypeJGitVersionStoreConfig.JGitStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static JGitVersionStoreConfig.JGitStoreType[]JGitVersionStoreConfig.JGitStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-