Interface IMappingSetValidator
- All Known Implementing Classes:
DuplicatedRecordIdValidator
,MissingLicenseValidator
,MissingRecordIdValidator
,MissingSetIdValidator
,RedefinedBuiltinPrefixValidator
public interface IMappingSetValidator
Represents a single check for a possible post-parsing error that can make a
mapping set invalid.
-
Method Summary
Modifier and TypeMethodDescriptionvalidate
(MappingSet ms) Checks a mapping set for a possible post-parsing error.
-
Method Details
-
validate
Checks a mapping set for a possible post-parsing error.- Parameters:
ms
- The mapping set to check.- Returns:
- An error code, or
null
if the set passes the test represented by this object.
-