Uses of Class
io.ocfl.api.OcflConfig
-
Packages that use OcflConfig Package Description io.ocfl.api -
-
Uses of OcflConfig in io.ocfl.api
Methods in io.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.OcflConfigOcflConfig. setUpgradeObjectsOnWrite(boolean upgradeObjectsOnWrite)When set to true, existing objects that adhere to an older version of the OCFL spec will be upgraded to the configured OCFL version when they are written to.Constructors in io.ocfl.api with parameters of type OcflConfig Constructor Description OcflConfig(OcflConfig original)
-