Interface IMappingSetValidator
-
- All Known Implementing Classes:
DuplicatedRecordIdValidator,MissingLicenseValidator,MissingRecordIdValidator,MissingSetIdValidator,RedefinedBuiltinPrefixValidator
public interface IMappingSetValidatorRepresents a single check for a possible post-parsing error that can make a mapping set invalid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationErrorvalidate(MappingSet ms)Checks a mapping set for a possible post-parsing error.
-
-
-
Method Detail
-
validate
ValidationError validate(MappingSet ms)
Checks a mapping set for a possible post-parsing error.- Parameters:
ms- The mapping set to check.- Returns:
- An error code, or
nullif the set passes the test represented by this object.
-
-