Uses of Class
org.fcrepo.config.Storage
-
-
Uses of Storage in org.fcrepo.config
Methods in org.fcrepo.config that return Storage Modifier and Type Method Description static StorageStorage. fromString(String value)StorageOcflPropsConfig. getStorage()static StorageStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static Storage[]Storage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fcrepo.config with parameters of type Storage Modifier and Type Method Description voidOcflPropsConfig. setStorage(Storage storage)
-