Interface Validator

All Known Implementing Classes:
URIValidator

public interface Validator
Performs validation of either all or part of a TagLibraryDescriptor.
  • Method Details

    • validate

      List validate(TagLibraryDescriptor control, TagLibraryDescriptor underTest)
      Performs validations (specific to the particular implementation) of two TagLibraryDescriptor instances.
      Parameters:
      control - - the control TagLibraryDescriptor
      underTest - - the TagLibraryDescriptor that we are validating for correctness
      Returns: