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