Interface Validator
- All Known Implementing Classes:
URIValidator
public interface Validator
Performs validation of either all or part of a
TagLibraryDescriptor
.-
Method Summary
Modifier and TypeMethodDescriptionvalidate
(TagLibraryDescriptor control, TagLibraryDescriptor underTest) Performs validations (specific to the particular implementation) of twoTagLibraryDescriptor
instances.
-
Method Details
-
validate
Performs validations (specific to the particular implementation) of twoTagLibraryDescriptor
instances.- Parameters:
control
- - thecontrol
TagLibraryDescriptorunderTest
- - the TagLibraryDescriptor that we are validating for correctness- Returns:
-