Class UrlConfigValidator

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

public class UrlConfigValidator extends Object implements Validator
Validates that config using s3:// urls is used in public system and with nodes that are exclusive.
Author:
hmusum
  • Constructor Details

    • UrlConfigValidator

      public UrlConfigValidator()
  • 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