Uses of Class
fr.gouv.vitam.common.storage.constants.StorageProvider
-
Packages that use StorageProvider Package Description fr.gouv.vitam.common.storage.constants Provides classes contains constants values for the common storage Module module. -
-
Uses of StorageProvider in fr.gouv.vitam.common.storage.constants
Methods in fr.gouv.vitam.common.storage.constants that return StorageProvider Modifier and Type Method Description static StorageProvider
StorageProvider. getStorageProvider(java.lang.String storageProvider)
static StorageProvider
StorageProvider. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StorageProvider[]
StorageProvider. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-