Class Fedora3ObjectValidator
- java.lang.Object
-
- org.fcrepo.migration.validator.impl.Fedora3ObjectValidator
-
- All Implemented Interfaces:
Validator<org.fcrepo.migration.FedoraObjectProcessor>
public class Fedora3ObjectValidator extends Object implements Validator<org.fcrepo.migration.FedoraObjectProcessor>
Validators perform the specific validation work on a Fedora 3 object and its corresponding OCFL object.- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description Fedora3ObjectValidator(org.fcrepo.storage.ocfl.OcflObjectSessionFactory factory, ObjectValidationConfig objectValidationConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationResult>validate(org.fcrepo.migration.FedoraObjectProcessor object)Performs the validation which, in turn, produces one or more results.
-
-
-
Constructor Detail
-
Fedora3ObjectValidator
public Fedora3ObjectValidator(org.fcrepo.storage.ocfl.OcflObjectSessionFactory factory, ObjectValidationConfig objectValidationConfig)
-
-
Method Detail
-
validate
public List<ValidationResult> validate(org.fcrepo.migration.FedoraObjectProcessor object)
Description copied from interface:ValidatorPerforms the validation which, in turn, produces one or more results.
-
-