Uses of Class
edu.wisc.library.ocfl.api.OcflConfig
-
Packages that use OcflConfig Package Description edu.wisc.library.ocfl.api -
-
Uses of OcflConfig in edu.wisc.library.ocfl.api
Methods in edu.wisc.library.ocfl.api that return OcflConfig Modifier and Type Method Description OcflConfigOcflRepository. config()Returns a copy of the OCFL configuration.OcflConfigOcflConfig. setDefaultContentDirectory(String defaultContentDirectory)Set the default content directory to use when creating new inventories.OcflConfigOcflConfig. setDefaultDigestAlgorithm(DigestAlgorithm defaultDigestAlgorithm)Set the default digest algorithm to use when creating new inventories.OcflConfigOcflConfig. setDefaultZeroPaddingWidth(int defaultZeroPaddingWidth)Set the default zero padding width to use in version numbers in newly created objects.OcflConfigOcflConfig. setOcflVersion(OcflVersion ocflVersion)Set the default OCFL version to use when creating new inventories.Constructors in edu.wisc.library.ocfl.api with parameters of type OcflConfig Constructor Description OcflConfig(OcflConfig original)
-