Class Validator

    • Constructor Summary

      Constructors 
      Constructor Description
      Validator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void validate​(VespaModel model, DeployState deployState)
      Validates the input vespamodel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Validator

        public Validator()
    • Method Detail

      • validate

        public abstract void validate​(VespaModel model,
                                      DeployState deployState)
        Validates the input vespamodel
        Parameters:
        model - a VespaModel object
        deployState - The DeployState built from building the model