Class ValidationOverridesValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.ValidationOverridesValidator
All Implemented Interfaces:
Validator

public class ValidationOverridesValidator extends Object implements Validator
Validate validation overrides (validation-overrides.xml). Done as a validator to make sure this is done when validating the mode and not when building the model
Author:
hmusum
  • Constructor Details

    • ValidationOverridesValidator

      public ValidationOverridesValidator()
  • Method Details

    • validate

      public void validate(Validation.Context context)
      Description copied from interface: Validator
      Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
      Specified by:
      validate in interface Validator