Interface DescriptorValidator

All Known Implementing Classes:
ConnectorDescriptorValidator, FileSystemValidator

@Internal @Deprecated public interface DescriptorValidator
Deprecated.
See Descriptor for details.
Validator for a descriptor. We put the validation methods and utilities in separate classes to keep the descriptor interfaces clean.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Performs basic validation such as completeness tests.
  • Method Details

    • validate

      void validate(DescriptorProperties properties)
      Deprecated.
      Performs basic validation such as completeness tests.