Uses of Class
org.fcrepo.migration.validator.impl.F6DigestAlgorithm
-
Packages that use F6DigestAlgorithm Package Description org.fcrepo.migration.validator.api org.fcrepo.migration.validator.impl -
-
Uses of F6DigestAlgorithm in org.fcrepo.migration.validator.api
Methods in org.fcrepo.migration.validator.api that return F6DigestAlgorithm Modifier and Type Method Description F6DigestAlgorithmObjectValidationConfig. getDigestAlgorithm()Constructors in org.fcrepo.migration.validator.api with parameters of type F6DigestAlgorithm Constructor Description ObjectValidationConfig(File ocflRoot, boolean checksum, boolean deleteInactive, boolean validateHeadOnly, edu.wisc.library.ocfl.api.OcflRepository ocflRepository, F6DigestAlgorithm digestAlgorithm) -
Uses of F6DigestAlgorithm in org.fcrepo.migration.validator.impl
Methods in org.fcrepo.migration.validator.impl that return F6DigestAlgorithm Modifier and Type Method Description F6DigestAlgorithmFedora3ValidationConfig. getDigestAlgorithm()static F6DigestAlgorithmF6DigestAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static F6DigestAlgorithm[]F6DigestAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fcrepo.migration.validator.impl with parameters of type F6DigestAlgorithm Modifier and Type Method Description voidFedora3ValidationConfig. setDigestAlgorithm(F6DigestAlgorithm digestAlgorithm)
-